Spider Search
Uses Google to perform a website-wide search
What is Spider Search?
Spider Search is a Chrome extension developed by JasonMan, and its main feature is "Uses Google to perform a website-wide search".
Extension Screenshots
Download Spider Search Extension CRX File
Download Spider Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
# 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.
Extension Basic Information
Name | Spider Search |
ID | fkajnlmefmnbgkgjenklnmlamennphlp |
Official URL | https://chromewebstore.google.com/detail/spider-search/fkajnlmefmnbgkgjenklnmlamennphlp |
Description | Uses Google to perform a website-wide search |
File Size | 328 KB |
Installation Count | 36 |
Current Version | 1.1 |
Last Updated | 2019-03-20 |
Publish Date | 2019-03-15 |
Rating | 1.00/5 Total 1 Ratings |
Developer | JasonMan |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |