Related Search
Find related websites, using the google related: operator
Related Searchとは何ですか?
Related SearchはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Find related websites, using the google related: operator」です。
拡張機能のスクリーンショット
Related Search拡張機能のCRXファイルをダウンロード
Related Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Like what you found on the web? Find related sites quickly using this simple chrome extension. One click and a new tab with related sites opens!
拡張機能の基本情報
名前 | Related Search |
ID | ngfibjjjgckccbpbppikkgipcpknbglf |
公式URL | https://chromewebstore.google.com/detail/related-search/ngfibjjjgckccbpbppikkgipcpknbglf |
説明 | Find related websites, using the google related: operator |
ファイルサイズ | 63.51 KB |
インストール数 | 925 |
現在のバージョン | 1.0 |
最終更新日 | 2012-07-01 |
公開日 | 2012-07-01 |
評価 | 4.00/5 合計 5 レビュー |
開発者 | Unknown |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/japerr/RelatedSearch |
対応言語 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Related Search", "version": "1.0", "manifest_version": 2, "description": "Find related websites, using the google related: operator", "icons": { "16": "img\/related_16.png", "48": "img\/related_48.png", "128": "img\/related_128.png" }, "background": { "scripts": [ "js\/related.js" ] }, "browser_action": { "default_icon": "img\/related_128.png" }, "options_page": "options.html", "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |