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 |
Eメール | [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" } |