Por: FireBoxer
Inspect and view changes in Google Explorer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Google Explorer",
"version": "1.0.1",
"description": "Collect word in google.com search page",
"icons": {
"48": "img/icon-48.png"
},
"background": {
"scripts": [
"js/background.js"
]
},
"browser_action": {
"default_icon": "img/icon.png",
"default_title": "Google Explorer",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*://www.google.com/*"
],
"js": [
"js/jquery-3.3.1.min.js",
"js/content-script.js"
],
"css": [
"css/custom.css"
],
"run_at": "document_start"
}
],
"permissions": [
"notifications",
"webRequest",
"webRequestBlocking",
"storage",
"http://*.google.com/*",
"https://*.google.com/*",
"tabs",
"activeTab"
],
"homepage_url": "https://addons.mozilla.org/en-US/developers/addon/google_search_explorer"
} Melhores alternativas Google Explorer
Aqui estão algumas Firefox add-ons que são similares a Google Explorer:
Google Search Url Extractor
Sebastian Liepe
Googlete
Neetshin
Find whatever - regex & auto re-find
lihujianchi
Insearch
Freelancer
Regex Search & Replace
code-for-charity
Google URL Extractor
Hineschristie
Browser Word Collector
Sharp
Select and Search
Burak Unver
Regex Finder
Keghart
Domgrapper
r1pu5u