WikiShark Wikipedia Statistics

Instantly watch Wikipedia Pageviews Traffic for any Wikipedia article

什麼是WikiShark Wikipedia Statistics?

WikiShark Wikipedia Statistics是由https://www.wikishark.com開發的Chrome擴展程式,該擴展的主要功能是“Instantly watch Wikipedia Pageviews Traffic for any Wikipedia article”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載WikiShark Wikipedia Statistics擴展crx文件

下載WikiShark Wikipedia Statistics擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Wikishark - Wikipedia's Pageviews Traffic Rank is a free extension for Chrome and it includes the information from the Wikishark website. The Wikishark extension accompanies you as you surf Wikipedia and provides you with Statistics and Pageviews for more than 40 Million articles, without interrupting your browsing.

If you want to get more information such as the ability to compare article traffic you can do it on the Wikishark.com website. This can be done easily by clicking the link button which will added to each Wikipedia pages. 

Formore information please visit our website: http://www.wikishark.com                    

擴展基本資訊

名稱 WikiShark Wikipedia Statistics WikiShark Wikipedia Statistics
ID jmbdjjmajaloijoimjbheaohdjfednge
官方網址 https://chromewebstore.google.com/detail/wikishark-wikipedia-stati/jmbdjjmajaloijoimjbheaohdjfednge
簡介 Instantly watch Wikipedia Pageviews Traffic for any Wikipedia article
檔案大小 44.82 KB
安裝次數 78
目前版本 1.0.0
更新時間 2016-08-31
上架時間 2016-08-31
評分 5.00/5 共 3 次評分
開發者 https://www.wikishark.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.wikishark.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WikiShark Wikipedia Statistics",
    "description": "Instantly watch Wikipedia Pageviews Traffic for any Wikipedia article",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon162.png",
        "32": "icon48.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/*"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ]
}