全球网站流量查询

获取全球任意网站的流量情况

What is 全球网站流量查询?

全球网站流量查询 is a Chrome extension developed by Gnlab 光年实验室, and its main feature is "获取全球任意网站的流量情况".

Extension Screenshots

screenshot

Download 全球网站流量查询 Extension CRX File

Download 全球网站流量查询 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        网站流量查询工具,你可以使用这个插件查询你当前正在访问的网站的流量数据。包括访问时长、跳出率、流量来源分布、国家排名等指标。                    

Extension Basic Information

Name 全球网站流量查询 全球网站流量查询
ID kngmbepbohaeeihlfmkdcdcccejkhjhn
Official URL https://chromewebstore.google.com/detail/%E5%85%A8%E7%90%83%E7%BD%91%E7%AB%99%E6%B5%81%E9%87%8F%E6%9F%A5%E8%AF%A2/kngmbepbohaeeihlfmkdcdcccejkhjhn
Description 获取全球任意网站的流量情况
File Size 1.27 MB
Installation Count 7,000
Current Version 1.0.0
Last Updated 2020-02-19
Publish Date 2020-02-19
Rating 2.50/5 Total 8 Ratings
Developer Gnlab 光年实验室
Email [email protected]
Payment Type free
Extension Website https://www.gnlab.com
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5168\u7403\u7f51\u7ad9\u6d41\u91cf\u67e5\u8be2",
    "version": "1.0.0",
    "description": "\u83b7\u53d6\u5168\u7403\u4efb\u610f\u7f51\u7ad9\u7684\u6d41\u91cf\u60c5\u51b5",
    "permissions": [
        "https:\/\/traffic.gnlab.com\/*",
        "tabs"
    ],
    "web_accessible_resources": [],
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "\u5168\u7403\u7f51\u7ad9\u6d41\u91cf\u67e5\u8be2",
        "default_popup": "index.html"
    },
    "options_page": "index.html",
    "short_name": "\u5168\u7403\u7f51\u7ad9\u6d41\u91cf\u67e5\u8be2",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    }
}