Tagged Questions
0
votes
0answers
8 views
How to update chrome sidebar extension info from your website?
I'm trying to write a simple sidebar extension to show the current website/application state.
I want to do the same thing as the Sample Devtools panel (showing jquery data for selected element) ...
1
vote
1answer
19 views
Chrome developer tools: View the `Console` tab and/or the `Sources` tab in a separate window?
Chrome developer tools: Is there a way to view the Console tab and/or the Sources tab in a separate window? I often want to look at both of these simultaneously.
Pressing Esc when on the Sources tab ...
0
votes
0answers
18 views
Chrome Extension chrome.tabs.captureVisibleTab How do I get the snapshot? VB.NET
I am building a Chrome Extension. When a tab is updated, I want to take a snapshot of what's in the tab. Here is what I have:
chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab){
...
0
votes
1answer
21 views
Need a chome mobile to auto reload a tab/page
I have a google spreadsheet that is accessed via the web using an Android tablet. The android tablet uses Chrome, the mobile version obviously. The desktop version of Chrome has an extension for auto ...
0
votes
1answer
21 views
Why is this extension not working offline? (code included)
I created an extension (see code below) and I added it to google chrome via "load unpacked extension". I then opened it and used it before shutting down the web server (it's an internal server). When ...
1
vote
2answers
37 views
Is it possible to hide extension resources in the Chrome web inspector network tab?
When I'm viewing the downloaded resources for a page in the Chrome web inspector, I also see the HTML/JS/CSS requested by certain extensions.
In the example above, indicator.html, indicator.js and ...
0
votes
2answers
54 views
How to make a Google Scripts like UI
I am trying to make an extension for the Google Drive app. My app will be hosted on Google app engine and I would like to keep the UI design as close to the default Google styling as possible.
I've ...
0
votes
1answer
37 views
How to programmatically toggle the console panel from a custom developer tools Chrome extension?
Is there a way to programmatically toggle the console from inside a custom devtools panel?
What's happening is that on the stock panels, you can press Esc to toggle the bottom console panel; but it ...
0
votes
0answers
106 views
Getting text selection in Chrome extension background page
I'm developing a chrome extension , and I want it to get the selected text by user , the code works fine when I run it on a similar non-extension page but it doesn't work in my background page ...
0
votes
0answers
25 views
How to code User Defined Hotkey for Chrome Extension?
Am working on Chrome Extension project and as per the requirement I want to code a user defined shortcut key for Chrome extension.
I would like to know following
Is it possible to code user ...
2
votes
1answer
38 views
Disable all extensions on localhost in Chrome
Is there a way to disable all the extensions I have installed in Google Chrome v26 only for http://localhost/?
The reason is, some of the extensions inject HTML and load images into the page, like ...
1
vote
1answer
97 views
Content Security Policy: cannot load Mixpanel in Chrome extension
I've been struggling with this for the past day and there are little-to-no resources available online for integrating Chrome Extensions and Mixpanel. I'd like for this thread to by the one that people ...
0
votes
2answers
40 views
can a google chrome extension flash an OS style alert?
for example, growl flashes a message in the upper right corner regardless of which application is running. Skype makes the icon in the dock have a little red dot with a number of new messages. Is ...
1
vote
0answers
64 views
Chrome 26: ContentScript doesnt receive response callback from evenPage after an extension upgrade
We started getting this issue only after updating to Chrome 26.0.1410.43.
On normal circumstances everything seems to work fine.
Content script sending message to event page using ...
0
votes
1answer
60 views
Divide page with iframe
Hello I am new developer in Korea.
I do not speak English. ... As of this writing.So there may be a mistranslation. (T.T)
I was wondering.If you look at the images on the current page via Google API ...
0
votes
1answer
29 views
How to get access to functions written in Chrome extension from the JS dev console?
I want to be able to call functions that I am writing in a Chrome extension from the JS console in Chrome, so that I can test them easily and see how their output changes as the page changes.
But it ...
1
vote
0answers
29 views
How to detect when the chrome devtools is closed and trigger a function in background.js
I'm currently writing a chrome extension that has it's own panel in the Devtools. Although I'm facing an issue. I'm trying to trigger some action in the background page when the Devtools panel of a ...
0
votes
1answer
1k views
Port error: Could not establish connection. Receiving end does not exist
I've been googling around extensively trying to remedy this problem but can't seem to find a solution. I'm trying to do the simple task of setting up a listener and sender in my Chrome extension.
My ...
2
votes
0answers
71 views
Duplicate a tab in Chrome without Reloading the Page?
Is there any way to completely duplicate the state of a current tab in Google Chrome? I want an exact copy of the current state of the page without having to reload the page in another tab.
An ...
0
votes
1answer
105 views
Calling chrome.devtools.inspectedWindow.reload with injection causes Aw Snap
I'm trying to create a tool that monitors the usage of some JavaScript APIs in web pages. My plan is to override the JavaScript API's, store the call information into a global variable, and then send ...
7
votes
2answers
345 views
Why will jQuery not load in Facebook?
Situation : I am writing a chrome extension that works on any page.
Problem Question : I can not load jQuery into Facebook and I would like to understand what is happening.
Hypotheses : Facebook ...
1
vote
1answer
67 views
Why does changing it so my content script runs for http sites instead of all urls make the content script show up in Developer tools?
I'm learning about Chrome extensions and making some hello world apps. I'm working on Content scripts here.
Firstly, my app is very simple, it is just a manifest that loads a content script.
This is ...
2
votes
1answer
127 views
Chrome Extension: Can't send message to tab with id of -1
I've checked numerous questions regarding message passing in a Chrome extension but I haven't found much specifically relating to this.
I'm using the chrome.devtools* APIs and I'm having trouble ...
0
votes
2answers
96 views
Is it possible to inject JavaScript into the currently loaded page from the Chrome Developer Tools window?
I want to add a panel UI to the Chrome devtools window and display some information about the currently loaded page.
To get the information, I want to inject some JavaScript code before the page is ...
0
votes
2answers
73 views
Code seemingly not executing since chrome.storage added
My chrome.tabs.query code does not seem to execute when looking my extension in the debugger. I'm experimenting with the chrome.storage API to log the number of times articles at nytimes.com are ...
2
votes
3answers
82 views
Extension .js files don't show up in Chrome debugger
When I right click on the icon for my extension-in-development and click Inspect Popup (or when I click the icon and choose "Inspect Element") and look under the "Sources" tab, my .js file is nowhere ...
3
votes
0answers
142 views
Do source maps work for Chrome extensions?
I'm using the Closure compiler to create a Chrome extension and I'd like to get source maps to work for debugging. I can get source maps to work just fine by pointing the browser directly to a page ...
1
vote
0answers
29 views
chrome.management.getAll - Problems to store values (wait time)
I got a problem that I know is because of a asynchronous method.
I need to store all my chrome extensions in a array.
Code with problem:
1 var ArrayExtensions = new Array ();<br>
2 ...
1
vote
2answers
156 views
Set proxy using google chrome extention
I am trying to build a chrome extension which can change proxy settings when the fire up the browser.I have followed the chrome extension documentation but still no success.
manifest.json
{
...
1
vote
2answers
69 views
Chrome extension passing message to backgroud page
I am trying to build a Google Chrome extension which can send a message to background page from content script and display alert according to the sent message.
Manifest.json
{
"manifest_version": ...
1
vote
1answer
78 views
Chrome Extension to control mouse/keyword
Given that you cannot do this in JavaScript due to the security implications. Is there any other type of Google Extension/development API that will allow me to do this from Chrome?
1
vote
0answers
41 views
Highlight node with chrome devtools extension
I would like to highlight a dom element from my chrome dev-tools extension in the same way as Element inspector (in dev tools) does. Is there some special API for this?
Thanks
0
votes
1answer
144 views
JavaScript can not call content script JS function
I am developing chrome extension. I loaded JavaScript file successfully but the problem is external JavaScript (which I have loaded) can not call the function of content script files my code is as ...
0
votes
0answers
167 views
Chrome extension occasionally crashing - why?
I am developing an extension which uses the tab API, long-lived connections and HTML5 indexedDB. The extension crashes randomly (or at least I cannot reproduce a crash scenario). I took a look the the ...
1
vote
1answer
88 views
Access response payload/data from within a chrome extension
I am working on a project where it is required to track requests "ajax ones" from certain site, access response payload for some of those requests and act upon them.
So far i managed to track ...
1
vote
2answers
342 views
How can a chrome extension add a floating bar at the bottom of pages?
I am creating a chrome extension that needs to inject a floating element (i.e position:fixed)
at the bottom of pages . My requirements are:
I need to access elements inside it from a content ...
2
votes
2answers
174 views
Chrome extension that focuses items in elements panel
I am trying to develop a chrome extension that among other things, will be able to focus an element in the elements panel of the chrome devtools.
I have been pulling my hair out trying to get this ...
0
votes
2answers
115 views
Notification/Hook on document/window change
I want to write a browser extension that will do something when certain events happen and I am wondering if there is such an API (Firefox or Chrome) already.
I am mostly interested in DOM changes and ...
2
votes
1answer
66 views
How could I get Chrome Extensions off when I inspect web elements?
I had installed dozen of Chrome Extensions.
But when I "right click" > "inspect element" in Chrome to check my html structure,
I don't want to see anything from Extensions.
here is a simple page ...
0
votes
1answer
59 views
page_action doesn't work in developer mode
the problem is very simple: if make extension for chrome and use
chrome.pageAction
to put icons inside the address bar, This Extensions dont work in developmode. Why NOT ?
background.html
...
3
votes
1answer
836 views
How to use the Tincr Google Chrome extension for live reloading local files
I have tried using the Tincr Chrome Extension now on Windows and Linux (Ubuntu) and it still does not seem to do the Live Reloading it claims to on its website when I am editing the file in an ...
4
votes
0answers
653 views
Chrome extension memory leak in chrome.extension.sendMessage()?
I'm seeing fairly massive memory leaks in long-lived pages using Chrome's chrome.extension.sendMessage()
After sending ~200k events from the Content-Script to the Background-Page as a test, ...
1
vote
1answer
131 views
Chrome Inspect Element Autocomplete bug (delete letters as i type)
When I type a style in the CSS panel in Chrome developer tool, the developer tool deletes every 2nd or 3rd letter that I type. For example, if I try to type "border-bottom", I would end up with ...
0
votes
1answer
135 views
Using libuv to watch for file changes
I want to build a Chrome Extension for the Developer Tools that watches for changes a given folder and refreshes/updates the CSS/JS/image files in the browser.
There is a similar approach already: ...
0
votes
1answer
238 views
Unable to use getBackgroundPage() api from a devtools extension
I am trying to write an extension that adds functionality to the Chrome devtools.
According to the devtools documentation, it says that the pages in devtools support very limited apis. Any API that ...
0
votes
1answer
83 views
Unable to get ExtensionSidebarPane.setObject to work
I am trying to modify the debugtools elements panel to add my own custom data. That data is not related to the web page DOM of the page being inspected. I want to put my own stuff there.
So, I did ...
0
votes
1answer
82 views
Get last 10 user's searches
I am writing chrome extension which requires to get last 10 user's searches from history. It seems this is saved in sqlite3 file 'History' in the user's profile directory. However the format of the ...
3
votes
1answer
164 views
Can I access JavaScript snippets using chrome.devtools API?
I want to make a Chrome Developer Tools Extensions that needs access to newly added snippets in sources pane.
Does chrome.devtools API have any way to access snippets?
0
votes
0answers
53 views
DOMDebugger.setEventListenerBreakpoint\setXHRBreakpoint not working through API Calls
DOMDebugger.setEventListenerBreakpoint and DOMDebugger.setXHRBreakpoint when accessed through an extension, they are not working at all.
I get a message in console saying break point is set, but ...
0
votes
0answers
32 views
Can't type after starting chrome extension debugger
I'm trying to debug my chrome extension, but once I open the debugger, all keyboard extensions are captured by the debugger or the main chrome window, and I can't type in my extension popup. If I ...
