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
扩展基本信息
名称 | Website traffic displayer |
ID | ibakhgbldoealibhbnggdlhjalbceclj |
官方URL | 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 } |