WikiShark Wikipedia Statistics

Instantly watch Wikipedia Pageviews Traffic for any Wikipedia article

Co je WikiShark Wikipedia Statistics?

WikiShark Wikipedia Statistics je rozšíření Chrome vyvinuté https://www.wikishark.com, a jeho hlavní funkcí je „Instantly watch Wikipedia Pageviews Traffic for any Wikipedia article“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření WikiShark Wikipedia Statistics

Stáhněte si soubory rozšíření WikiShark Wikipedia Statistics ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název WikiShark Wikipedia Statistics WikiShark Wikipedia Statistics
ID jmbdjjmajaloijoimjbheaohdjfednge
Oficiální URL https://chromewebstore.google.com/detail/wikishark-wikipedia-stati/jmbdjjmajaloijoimjbheaohdjfednge
Popis Instantly watch Wikipedia Pageviews Traffic for any Wikipedia article
Velikost souboru 44.82 KB
Počet instalací 78
Aktuální Verze 1.0.0
Poslední Aktualizace 2016-08-31
Datum Vydání 2016-08-31
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://www.wikishark.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.wikishark.com
Podporované Jazyky 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"
            ]
        }
    ]
}