Similar Pages
Find pages similar to the current one!
Similar Pagesとは何ですか?
Similar PagesはAustin Huangによって開発されたChromeの拡張機能で、その主な機能は「Find pages similar to the current one!」です。
拡張機能のスクリーンショット
Similar Pages拡張機能のCRXファイルをダウンロード
Similar Pages拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Click the extension icon to see similar pages! Currently only support English web sites.
拡張機能の基本情報
名前 | |
ID | acfdoaedghianhkhaneeejlcldikhgjh |
公式URL | https://chrome.google.com/webstore/detail/similar-pages/acfdoaedghianhkhaneeejlcldikhgjh |
説明 | Find pages similar to the current one! |
ファイルサイズ | 1.71 MB |
インストール数 | 271 |
現在のバージョン | 0.1.0 |
最終更新日 | 2019-09-04 |
公開日 | 2019-09-04 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Austin Huang |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Similar Pages", "version": "0.1.0", "description": "Find pages similar to the current one!", "author": "Austin Huang", "permissions": [ "https:\/\/*.google.com\/", "tabs", "activeTab" ], "browser_action": { "default_popup": "popup.html", "default_title": "Click to see similar pages", "default_icon": { "16": "images\/similarpages16.png", "32": "images\/similarpages32.png", "48": "images\/similarpages48.png", "128": "images\/similarpages128.png" } }, "icons": { "16": "images\/similarpages16.png", "32": "images\/similarpages32.png", "48": "images\/similarpages48.png", "128": "images\/similarpages128.png" }, "manifest_version": 2 } |