Website traffic displayer
Displays the monthly session count of the current website, based on http://rank2traffic.com
什麼是Website traffic displayer?
Website traffic displayer是由https://tryfruit.com開發的Chrome擴展程式,該擴展的主要功能是“Displays the monthly session count of the current website, based on http://rank2traffic.com”。
擴展截圖
下載Website traffic displayer擴展crx文件
下載Website traffic displayer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Displays the monthly session count of the website opened in the tab, based on http://rank2traffic.com 擴展基本資訊
| 名稱 | |
| ID | ibakhgbldoealibhbnggdlhjalbceclj |
| 官方網址 | https://chromewebstore.google.com/detail/website-traffic-displayer/ibakhgbldoealibhbnggdlhjalbceclj |
| 簡介 | Displays the monthly session count of the current website, based on http://rank2traffic.com |
| 檔案大小 | 47.3 KB |
| 安裝次數 | 956 |
| 目前版本 | 1.1 |
| 更新時間 | 2017-02-22 |
| 上架時間 | 2017-02-22 |
| 評分 | 4.50/5 共 6 次評分 |
| 開發者 | https://tryfruit.com |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Website traffic displayer",
"description": "Displays the monthly session count of the current website, based on http:\/\/rank2traffic.com",
"version": "1.1",
"background": {
"scripts": [
"background.js",
"js\/psl.min.js",
"js\/local-cache.js"
]
},
"browser_action": {
"default_name": "Website traffic"
},
"permissions": [
"tabs",
"http:\/\/www.rank2traffic.com\/"
],
"manifest_version": 2
} | |