Rapid Search
Rapid Search - Search the web rapidly from your browser
什么是Rapid Search?
Rapid Search是由SG Meganet开发的Chrome扩展程序,该扩展的主要功能是“Rapid Search - Search the web rapidly from your browser”。
扩展截图
下载Rapid Search扩展crx文件
下载Rapid Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Rapid Searches - Light and minimal new tab extension that allows you to search quickly from your homepage. Using rapid search is the best way to search the web. For more please visit: https://rapid-searches.com/ The search features use within the extension will be provided by Bing; By clicking "Add to Chrome", I accept and agree to install "Interiorz" Chrome extension and hereby agree to set Chrome New Tab to that provided by the service and the Privacy Policy and Terms of Use.
扩展基本信息
名称 | Rapid Search |
ID | ciakceimdcpohecihahfeojhfefmcimf |
官方URL | https://chromewebstore.google.com/detail/rapid-search/ciakceimdcpohecihahfeojhfefmcimf |
简介 | Rapid Search - Search the web rapidly from your browser |
文件大小 | 226 KB |
安装次数 | 11,581 |
当前版本 | 2.1 |
更新时间 | 2022-01-11 |
上架时间 | 2021-12-23 |
开发者 | SG Meganet |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://rapid-searches.com/ |
帮助页面URL | https://rapid-searches.com/index.php/contact-us/ |
隐私政策页面URL | https://rapid-searches.com/index.php/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "author": "Rapid Search", "name": "Rapid Search", "version": "2.1", "manifest_version": 2, "description": "Rapid Search - Search the web rapidly from your browser", "homepage_url": "http:\/\/rapid-searches.com", "browser_action": { "default_icon": { "16": "icons\/thundericon_16.png", "32": "icons\/thundericon_32.png", "48": "icons\/thundericon_48.png", "96": "icons\/thundericon_96.png", "128": "icons\/thundericon_128.png" } }, "icons": { "16": "icons\/thundericon_16.png", "32": "icons\/thundericon_32.png", "48": "icons\/thundericon_48.png", "96": "icons\/thundericon_96.png", "128": "icons\/thundericon_128.png" }, "background": { "persistent": true, "scripts": [ "src\/override\/jquery.js", "src\/bg\/background.js" ] }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "short_name": "Rapid Search", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |