semRush website rank badge
showing the current webpage's website rank on the extension icon
Co je semRush website rank badge?
semRush website rank badge je rozšíření Chrome vyvinuté twbbbb, a jeho hlavní funkcí je „showing the current webpage's website rank on the extension icon“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření semRush website rank badge
Stáhněte si soubory rozšíření semRush website rank badge ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | semRush website rank badge |
ID | hmjkeajnlfhbjabboakcgimcnejnnbjj |
Oficiální URL | https://chromewebstore.google.com/detail/semrush-website-rank-badg/hmjkeajnlfhbjabboakcgimcnejnnbjj |
Popis | showing the current webpage's website rank on the extension icon |
Velikost souboru | 7.35 KB |
Počet instalací | 1,079 |
Aktuální Verze | 1.1.0 |
Poslední Aktualizace | 2022-06-21 |
Datum Vydání | 2021-09-14 |
Vývojář | twbbbb |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/twbbbb/website-rank-badge-extension |
Podporované Jazyky | 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" ] } ] } |