Google Similar Sites

The extension helps you google the similar websites. The related sites will be listed if clicking the extension icon

Google Similar Sitesとは何ですか?

Google Similar SitesはExtensionHubによって開発されたChromeの拡張機能で、その主な機能は「The extension helps you google the similar websites. The related sites will be listed if clicking the extension icon」です。

拡張機能のスクリーンショット

screenshot

Google Similar Sites拡張機能のCRXファイルをダウンロード

Google Similar Sites拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Whenever you visit a website, if you want to explore the similar sites and find something inspiring, you can click the extension icon. Then, the extension will list all the related websites based on Google's powerful related search function. Simple and useful, right? So, why not download and give it a try now?                    

拡張機能の基本情報

名前 Google Similar Sites Google Similar Sites
ID ajipbacgbjnabfmjgbicpijinlbcfcpo
公式URL https://chromewebstore.google.com/detail/google-similar-sites/ajipbacgbjnabfmjgbicpijinlbcfcpo
説明 The extension helps you google the similar websites. The related sites will be listed if clicking the extension icon
ファイルサイズ 15.42 KB
インストール数 2,447
現在のバージョン 1.0.0
最終更新日 2020-03-10
公開日 2020-03-08
評価 5.00/5 合計 1 レビュー
開発者 ExtensionHub
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "16": "build\/logo_16.png",
            "24": "build\/logo_24.png",
            "32": "build\/logo_32.png"
        }
    },
    "icons": {
        "16": "build\/logo_16.png",
        "48": "build\/logo_48.png",
        "128": "build\/logo_128.png"
    },
    "web_accessible_resources": [
        "build\/*"
    ],
    "background": {
        "scripts": [
            "build\/browser-polyfill.js",
            "build\/background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}