semRush website rank badge

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

semRush website rank badgeとは何ですか?

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

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

screenshot

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

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

拡張機能の使用方法

                        fetch data from
https://seoquake.publicapi.semrush.com/info.php?url=tiktok.com

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

拡張機能の基本情報

名前 semRush website rank badge semRush website rank badge
ID hmjkeajnlfhbjabboakcgimcnejnnbjj
公式URL https://chromewebstore.google.com/detail/semrush-website-rank-badg/hmjkeajnlfhbjabboakcgimcnejnnbjj
説明 showing the current webpage's website rank on the extension icon
ファイルサイズ 7.35 KB
インストール数 1,079
現在のバージョン 1.1.0
最終更新日 2022-06-21
公開日 2021-09-14
開発者 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": "semRush website rank badge",
    "description": "showing the current webpage's website rank on the extension icon",
    "permissions": [
        "activeTab",
        "webNavigation",
        "https:\/\/seoquake.publicapi.semrush.com\/*"
    ],
    "version": "1.1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}