similarWeb website rank badge

showing the current webpage's website rank on the extension icon

similarWeb website rank badgeとは何ですか?

similarWeb website rank badgeはtwbbbbによって開発されたChromeの拡張機能で、その主な機能は「showing the current webpage's website rank on the extension icon」です。

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

screenshot

similarWeb website rank badge拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        fetch data from
https://rank.similarweb.com/api/v1/global

showing the hyperlink's rank on the bottom left when the mouse hovering on the hyperlink                    

拡張機能の基本情報

名前 similarWeb website rank badge similarWeb website rank badge
ID pdekkkflpnnpmgfmjkmlnabfoeinbfgk
公式URL https://chromewebstore.google.com/detail/similarweb-website-rank-b/pdekkkflpnnpmgfmjkmlnabfoeinbfgk
説明 showing the current webpage's website rank on the extension icon
ファイルサイズ 8.58 KB
インストール数 73
現在のバージョン 1.1.1
最終更新日 2022-06-27
公開日 2021-09-23
開発者 twbbbb
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/twbbbb/website-rank-badge-extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "manifest_version": 2,
    "icons": {
        "128": "128x128.png"
    },
    "name": "similarWeb website rank badge",
    "description": "showing the current webpage's website rank on the extension icon",
    "permissions": [
        "activeTab",
        "webNavigation",
        "https:\/\/rank.similarweb.com\/api\/v1\/global"
    ],
    "version": "1.1.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}