google-chrome-extension
Is it possible to add only CSS content_Script so as to not display Permission Warnings
I have created a simple Google chrome extension that overrides CSS classes using the content_scripts field but has no JavaScript. Is there a way to add just the CSS file without my extension requiring[详细]
2023-04-03 23:01 分类:问答access content in a frame where the docment is never fully loaded
I have an unusual setup.First off, I have a page with frames <html> <head> <title>My Chat</title>[详细]
2023-04-03 20:46 分类:问答error when i try to obtain content of an iframe using javascript code as shown
I have an iframe within the main window named \"test_iframe\". I want to access the content of \"test_iframe\" within a google chrome extension.[详细]
2023-04-03 18:32 分类:问答how to obtain the name or id given to an iframe by the main window, using javascript
I want to inject javascript code into an iframe that will retrieve the content of that iframe. I also want to obtain the name or ID assigned to that iframe, by the main window. (So that the name/id an[详细]
2023-04-03 16:19 分类:问答Differences in Chrome on various OS
I\'m developing a chrome extension and i\'ve met a very strange bug - my code works well on Mac OS, but doesn\'t work on Windows and Linux versions of Chrome. Versions are the same.[详细]
2023-04-03 15:40 分类:问答DIV Drag On Webpage (Chrome Extension)
What I\'m working on is I have a div with a black background and I wanna be able to click, and drag it. I\'m using JQuery UI, and well I can\'t seem to figure out how to do it.[详细]
2023-04-03 15:17 分类:问答requestFileSystem throws SECURITY_ERR on Windows XP - Chrome
T开发者_运维技巧he following code is used in a Chrome application with the necesary permissions. It works ok in any operating system other than Windows XP.[详细]
2023-04-03 14:54 分类:问答chrome.history.deleteUrl not working
I just tried chrome.history.deleteURL in an HTML page and it\'s not working. Can anyone say where I am going wrong?[详细]
2023-04-03 13:13 分类:问答AJAX events logging in Google Chrome extension
I\'m working on google chrome extension which logs multiple events. I have a problem with AJAX events. I found this code to log every single AJAX event:[详细]
2023-04-03 04:02 分类:问答Safari Extension - Changing Predefined Javascript Variables Values
So what i am trying to achieve is to manipulate a javascript variable from a website, so that when I load the page it changes to a value I have pre determined (inmyscript.js).[详细]
2023-04-03 03:53 分类:问答