Spider Search
Uses Google to perform a website-wide search
Co je Spider Search?
Spider Search je rozšíření Chrome vyvinuté JasonMan, a jeho hlavní funkcí je „Uses Google to perform a website-wide search“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Spider Search
Stáhněte si soubory rozšíření Spider Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
# Spider Search
Performs a website-wide search.
Useful for sites without a built-in search function
## Google based search
Use google to perform a website-wide search.
Might fail if used excessively
## Non-Google based search (Crawl based)
Uses a crawler to search through the site.
Slower, and will provide worse results than a Google based search.
Available offline. Základní Informace o Rozšíření
| Název | |
| ID | fkajnlmefmnbgkgjenklnmlamennphlp |
| Oficiální URL | https://chromewebstore.google.com/detail/spider-search/fkajnlmefmnbgkgjenklnmlamennphlp |
| Popis | Uses Google to perform a website-wide search |
| Velikost souboru | 328 KB |
| Počet instalací | 36 |
| Aktuální Verze | 1.1 |
| Poslední Aktualizace | 2019-03-20 |
| Datum Vydání | 2019-03-15 |
| Hodnocení | 1.00/5 Celkem 1 Hodnocení |
| Vývojář | JasonMan |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Spider Search",
"version": "1.1",
"description": "Uses Google to perform a website-wide search",
"permissions": [
"storage",
"activeTab",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/spider16.png",
"32": "images\/spider32.png",
"48": "images\/spider48.png",
"128": "images\/spider128.png"
}
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Ctrl+Shift+F",
"mac": "Command+Shift+F"
}
}
},
"icons": {
"16": "images\/spider16.png",
"32": "images\/spider32.png",
"48": "images\/spider48.png",
"128": "images\/spider128.png"
},
"manifest_version": 2
} | |