google-chrome-extension
How to add a <div> tag to currently opened page using Chrome extension?
I want to add div tag to the currently open website when user clicks chrome extensi开发者_JAVA技巧on Icon. This image should appear on the left top corner of the page. How can I achieve this goal?[详细]
2023-04-06 11:08 分类:问答Chrome's firebug's technic to track ajax requests
I\'m trying to make my google chrome extension to track ajax requests while browsing web. Only way i found is to listen for DOMSubtreeModified event. Event i开发者_如何学编程s fired on every single aj[详细]
2023-04-06 04:46 分类:问答Facebook Like Button on Google Chrome Extensions
I\'m trying to add a facebook like button to my extension. I\'ve already added a google +1 button but I seem to be having some trouble with the facebook button.[详细]
2023-04-05 23:00 分类:问答Render context menu depending on selection
I want to display a different menu option depending on whether a number or text is selected. I\'ve tried playing with content scripts but I can\'t get them to work in gmail which is where I need it t[详细]
2023-04-05 18:32 分类:问答Authentication using chrome extension and Django
For those who is familiar with django and chrome extension. How do you do an authentication using cookies, such that when you login to your website made in django, your chrome extension will als开发者[详细]
2023-04-05 18:16 分类:问答Chrome Extension background page returns error Access-Control-Allow-Origin only sometimes (usually on Windows XP)
I\'m writing an extension that requests XML content from a server and displays data in a popup/dialog window. I\'ve added the website to my manifest.json permissions like so:[详细]
2023-04-05 12:16 分类:问答Dynamically sized side-by-side floats
My HTML is as follows: <div id=\"list-container\"> </div> <div id=\"button-container\"> </div>[详细]
2023-04-05 11:47 分类:问答jquery in background.html won't let me access background variables and functions in popup.html
In background.html of my chrome extension I have: $(document).ready(function(){ var some_variable = \"some_variable\";[详细]
2023-04-05 09:16 分类:问答How can I implement publish / subscribe "pattern" in javascript between a website and a google chrome extension?
I\'m trying to implement a pub/sub pattern between a website and a google chrome extension.Most of my experimentation thus far has been using jQuery due to its strong bind/trigger syntax but I\'ve bee[详细]
2023-04-05 06:40 分类:问答getting hyperlink text on Chrome right click
In the Chrome extension I\'m working on right now, there\'s a situation where if the user right-clicked on this link:[详细]
2023-04-05 04:46 分类:问答