Xranks
The Official Xranks Extension, providing Traffic Rank, site Information and similars website when clicked.
什麼是Xranks?
Xranks是由https://xranks.com開發的Chrome擴展程式,該擴展的主要功能是“The Official Xranks Extension, providing Traffic Rank, site Information and similars website when clicked.”。
擴展截圖
下載Xranks擴展crx文件
下載Xranks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
See website traffic and key metrics for any website, including engagement rate, traffic ranking, keyword ranking and traffic source. The Xranks Browser Extension allows you to gain insights into any website’s statistics and strategy as you’re browsing, with the click of a button. The extension allows you to surf sites and find out all the information you need, all in one place. With a single click, you can get in-depth traffic and engagement statistics for any website. Want to see how popular a site is? What are the main traffic sources? The Xranks browser extension provides users with all this information and much, much more.
擴展基本資訊
名稱 | Xranks |
ID | jplhhjlmfcpgfiffabapnhiliimhiopc |
官方網址 | https://chromewebstore.google.com/detail/xranks/jplhhjlmfcpgfiffabapnhiliimhiopc |
簡介 | The Official Xranks Extension, providing Traffic Rank, site Information and similars website when clicked. |
檔案大小 | 14.5 KB |
安裝次數 | 3,526 |
目前版本 | 1.5 |
更新時間 | 2020-05-28 |
上架時間 | 2020-05-28 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://xranks.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://xranks.com/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Xranks", "short_name": "Xranks", "version": "1.5", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "The Official Xranks Extension, providing Traffic Rank, site Information and similars website when clicked.\n", "homepage_url": "https:\/\/xranks.com\/", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "logo.png", "icons": { "16": "logo_16.png", "48": "logo_48.png", "128": "logo_128.png" } }, "icons": { "16": "logo_16.png", "48": "logo_48.png", "128": "logo_128.png" }, "permissions": [ "activeTab" ] } |