Google Similar Pages
Discover webpages similar to the page you're currently browsing.
Google Similar Pagesとは何ですか?
Google Similar Pagesはgoogle.comによって開発されたChromeの拡張機能で、その主な機能は「Discover webpages similar to the page you're currently browsing.」です。
拡張機能のスクリーンショット
Google Similar Pages拡張機能のCRXファイルをダウンロード
Google Similar Pages拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Discover webpages similar to the page you're currently browsing. Enjoying the page you're looking at and interested in other similar pages? Trying to find more pages about a topic you're researching, but having a hard time coming up with the right query on Google? Google Similar Pages can help! Now you can quickly preview and explore other pages that are similar to the one you are browsing -- on the fly. When you click the Similar Pages button, your browser will send a search query to Google to see if there are any similar pages for the page you are viewing. The data related to the query will be handled as described in Google's privacy policy (http://www.google.com/privacypolicy.html). Please be aware that this extension is still an early beta release so many aspects of the extension may change in the coming months. Help us make it better by sending bug reports to [email protected] (include the Chrome version number and OS you are using). By installing this extension, you agree to the Terms of Service at https://chrome.google.com/extensions/intl/en/gallery_tos.html
拡張機能の基本情報
名前 | |
ID | pjnfggphgdjblhfjaphkjhfpiiekbbej |
公式URL | https://chrome.google.com/webstore/detail/google-similar-pages/pjnfggphgdjblhfjaphkjhfpiiekbbej |
説明 | Discover webpages similar to the page you're currently browsing. |
ファイルサイズ | 230 KB |
インストール数 | 178,488 |
現在のバージョン | 0.6.6.2 |
最終更新日 | 2014-04-07 |
公開日 | 2014-04-07 |
評価 | 4.18/5 合計 1088 レビュー |
開発者 | google.com |
支払い方法 | free |
対応言語 | id,de,en,en-GB,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_sp_title__", "version": "0.6.6.2", "description": "__MSG_sp_description__", "default_locale": "en", "permissions": [ "tabs", "https:\/\/*\/", "http:\/\/*\/" ], "icons": { "19": "images\/sp-19.png", "32": "images\/sp-32.png", "48": "images\/sp-48.png", "128": "images\/sp-128.png" }, "options_page": "options.html", "background": { "page": "background.html" }, "page_action": { "default_icon": "images\/sp-19.png", "default_title": "__MSG_sp_default_title__", "default_popup": "popup.html" } } |