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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |