Visit Rank
Visit Rank | Free Domain Rank Checker
Visit Rankとは何ですか?
Visit Rankはhttps://visitrank.comによって開発されたChromeの拡張機能で、その主な機能は「Visit Rank | Free Domain Rank Checker」です。
拡張機能のスクリーンショット
Visit Rank拡張機能のCRXファイルをダウンロード
Visit Rank拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Zero-click website ranking. Visit Rank covers more than 350 million web domains and subdomains. Visit Rank for Chrome automatically displays visited website rank which lets you verify how popular a website is even without a single click and without interrupting your workflow. What's unique about Visit Rank? - Traffic rank information provided in automatic and distraction-less manner - Exhaustive coverage: the well-known domains and the long tail Visit https://www.visitrank.com for more information and an online web-based version of Visit Rank.
拡張機能の基本情報
名前 | Visit Rank |
ID | nlngjakjpiclcnpkdldpehjiggmcfcip |
公式URL | https://chromewebstore.google.com/detail/visit-rank/nlngjakjpiclcnpkdldpehjiggmcfcip |
説明 | Visit Rank | Free Domain Rank Checker |
ファイルサイズ | 125 KB |
インストール数 | 162 |
現在のバージョン | 1.0.2 |
最終更新日 | 2017-06-28 |
公開日 | 2017-06-28 |
開発者 | https://visitrank.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.visitrank.com |
ヘルプページのURL | https://www.visitrank.com |
プライバシーポリシーページのURL | https://www.visitrank.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Visit Rank", "version": "1.0.2", "manifest_version": 2, "description": "Visit Rank | Free Domain Rank Checker", "homepage_url": "https:\/\/www.visitrank.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": false }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "Visit Rank", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "fonts\/*.woff2" ] } |