Another.site - find all similar sites
Instantly find similar, related or alternative sites like the one you're browsing. Get access to all similar sites just in 1 click.
Another.site - find all similar sitesとは何ですか?
Another.site - find all similar sitesはhttp://another.siteによって開発されたChromeの拡張機能で、その主な機能は「Instantly find similar, related or alternative sites like the one you're browsing. Get access to all similar sites just in 1 click.」です。
拡張機能のスクリーンショット
Another.site - find all similar sites拡張機能のCRXファイルをダウンロード
Another.site - find all similar sites拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Have you found an interesting website that you like? Do you want to find more sites like this? Use our simple extension to instantly find more resources on any topic you need! Just click on the extension icon and you’ll see an exhaustive list of similar, related and alternative sites to the one you’re currently on. Explore the internet in a more convenient way, and discover new websites and pages you never knew before in the fields you’re curious about. ★Features★ ☆All similar sites just in 1 click Simply and quickly find analogies of sites that you like ☆Rating of sites Make a choice based on the rating of other users ☆Discussion of the site in the comments Discuss sites with other users and read popular comments ☆All important information without visiting the site Read the detailed description of sites without visiting them ☆Quick access to all pages of the site Open only what you need with quick links leading to important pages of the site ☆100% anonymous search We do not store the history of your search and do not use other technologies to know the history of your search Why millions of people choose our extension: ✔ Simple ✔ Instant ✔ Reliable ✔ Convenient ✔ Exhaustive ✔ Informative
拡張機能の基本情報
名前 | |
ID | aphjajolpkblejofnillmeoibfkigeen |
公式URL | https://chrome.google.com/webstore/detail/anothersite-find-all-simi/aphjajolpkblejofnillmeoibfkigeen |
説明 | Instantly find similar, related or alternative sites like the one you're browsing. Get access to all similar sites just in 1 click. |
ファイルサイズ | 6.66 MB |
インストール数 | 1,000 |
現在のバージョン | 1.3 |
最終更新日 | 2018-01-02 |
公開日 | 2018-01-02 |
評価 | 2.85/5 合計 13 レビュー |
開発者 | http://another.site |
支払い方法 | free |
拡張機能のウェブサイト | https://another.site/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Another.site - find all similar sites", "description": "Instantly find similar, related or alternative sites like the one you're browsing. Get access to all similar sites just in 1 click.", "version": "1.3", "browser_action": { "default_icon": "128x128.png", "default_title": "Another Site" }, "permissions": [ "activeTab", "background", "tabs", "https:\/\/another.site\/" ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "128x128.png" ] } |