Spider Search
Uses Google to perform a website-wide search
什么是Spider Search?
Spider Search是由JasonMan开发的Chrome扩展程序,该扩展的主要功能是“Uses Google to perform a website-wide search”。
扩展截图
下载Spider Search扩展crx文件
下载Spider Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
# 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.
扩展基本信息
名称 | Spider Search |
ID | fkajnlmefmnbgkgjenklnmlamennphlp |
官方URL | https://chromewebstore.google.com/detail/spider-search/fkajnlmefmnbgkgjenklnmlamennphlp |
简介 | Uses Google to perform a website-wide search |
文件大小 | 328 KB |
安装次数 | 36 |
当前版本 | 1.1 |
更新时间 | 2019-03-20 |
上架时间 | 2019-03-15 |
评分 | 1.00/5 共1次评分 |
开发者 | JasonMan |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |