google-chrome

Disable Web Requests while typing url

◇◆丶佛笑我妖孽 提交于 2021-02-18 20:46:54
问题 I'm debugging a web application running in visual studio with some breakpoints on some code that runs on every request to my web application. I find that in chrome, as I type the url past the host, it triggers a request for everything I type as I type it... As if chrome prefetches the page to make it load faster or something. While great for browsing the web, it's highly annoying when debugging code.. Anyone know of a way to disable, I've googled it a few different ways and what I can turn

chrome:// Invalid Scheme

做~自己de王妃 提交于 2021-02-18 19:41:37
问题 I've enabled "chrome://flags/#extensions-on-chrome-urls" which should allow me to create extensions that can run on chrome:// sites. When I try to unpack my extension, however, it fails with the error message: "Invalid value for 'content_scripts[0].matches[0]': Invalid scheme." I don't believe my script.js is a problem since the unpacking doesn't fail when I replace the "chrome://extensions" part with an http or https sites. Any help would be greatly appreciated, does anyone know a fix?

Accessing PDFium plugin methods with JS in Chrome 2019

*爱你&永不变心* 提交于 2021-02-18 19:35:33
问题 I would like to access the PDFium API, that is the pdf viewer in Chrome. It is not clear what can I do. Some old questions give some hints. does pdfium expose its api to javascript? i want to get the number of current page, but how to do this? Call pdfium (chrome native pdf viewer) from javascript I created a HTML file but I see that the methods of the plugin are not working. <html> <body > <embed id='embedId' width='100%' height='100%' name='plugin' src='C:\path\file.pdf' type='application

Import autofill data from a file into Chrome

五迷三道 提交于 2021-02-18 19:10:39
问题 I have a CSV file of users (with email and name). Google Chrome stores its autofill data and you can add them manually here: chrome://settings/addresses Is it possible to import the data automatically from the file? 回答1: The settings UI uses an internal API chrome.autofillPrivate.saveAddress (source). go to chrome://settings/addresses open devtools console paste and run the code below that adds an input button in the top right corner where you can select your CSV file: for (const el of

Import autofill data from a file into Chrome

两盒软妹~` 提交于 2021-02-18 19:09:53
问题 I have a CSV file of users (with email and name). Google Chrome stores its autofill data and you can add them manually here: chrome://settings/addresses Is it possible to import the data automatically from the file? 回答1: The settings UI uses an internal API chrome.autofillPrivate.saveAddress (source). go to chrome://settings/addresses open devtools console paste and run the code below that adds an input button in the top right corner where you can select your CSV file: for (const el of

Import autofill data from a file into Chrome

放肆的年华 提交于 2021-02-18 19:09:46
问题 I have a CSV file of users (with email and name). Google Chrome stores its autofill data and you can add them manually here: chrome://settings/addresses Is it possible to import the data automatically from the file? 回答1: The settings UI uses an internal API chrome.autofillPrivate.saveAddress (source). go to chrome://settings/addresses open devtools console paste and run the code below that adds an input button in the top right corner where you can select your CSV file: for (const el of

Trying to pass spaces when launching Chrome

拜拜、爱过 提交于 2021-02-18 18:11:43
问题 I'm trying to launch an external instance of Chrome from a c# Windows form. It works fine as long as there are no spaces in the path of the local html file. If there are though Chrome stops at the first space. e.g. : "file:///C:/Users/user/Documents/Visual" I tried to fix this by replacing spaces in the string with "%20" like Chrome usually does. Now I get this garbled address: "file:///C:/Users/user/Documents/Visual%2520Studio%2520%2012/TEMP.html" Here's a snippet of my code: string

Trying to pass spaces when launching Chrome

爱⌒轻易说出口 提交于 2021-02-18 18:11:01
问题 I'm trying to launch an external instance of Chrome from a c# Windows form. It works fine as long as there are no spaces in the path of the local html file. If there are though Chrome stops at the first space. e.g. : "file:///C:/Users/user/Documents/Visual" I tried to fix this by replacing spaces in the string with "%20" like Chrome usually does. Now I get this garbled address: "file:///C:/Users/user/Documents/Visual%2520Studio%2520%2012/TEMP.html" Here's a snippet of my code: string

Content Download time Anomaly in DevTools Timings

自古美人都是妖i 提交于 2021-02-18 17:47:13
问题 I see the following anomaly in Resource Timings panel: Content Download time (from Network time) is unexpectedly high for some resource, which has been requested while loading a page: Content Download time for 1 KB is about 1 sec. although there is no network issue: I've checked that with Wireshark trace + place my browser as close to Server as it was possible. Ping shows about 0.3ms RTT. I'm just wondering if the Network performance is the only reason according to the article by Jonathan

Chrome extension to open up a specific URL in a different browser [closed]

落花浮王杯 提交于 2021-02-18 12:55:09
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . Improve this question Thank you for any help in advance! I was wondering if there was a Chrome extension out there that would allow me to have a specific URL (when it was accessed) open up in a different browser all together (Firefox for example). The issue I have is that I need the