WoW Activity Lookup

This extension will open the corresponding WoW Activity page for a WoW Armory page.

Apa itu WoW Activity Lookup?

WoW Activity Lookup adalah ekstensi Chrome yang dikembangkan oleh http://wowactivity.kimptoc.net, dan fitur utamanya adalah "This extension will open the corresponding WoW Activity page for a WoW Armory page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WoW Activity Lookup

Unduh file ekstensi WoW Activity Lookup dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        The World of Warcraft Armory site shows the current state of your toon.

But do you want to see a blow-by-blow activity feed as your character develops?

This is available at http://wowactivity.kimptoc.net/.

This extension lets you easily find the activity feed for a character on the Armory.

For more information/support - please contact us via Twitter -  @WowActivityFeed,  https://twitter.com/WowActivityFeed

PRIVACY DETAILS:
No cookies are used. The only information stored is the name of the Warcraft toon that you look up.  The only information stored is your IP address in the webserver logfiles.                    

Informasi Dasar Ekstensi

Nama WoW Activity Lookup WoW Activity Lookup
ID njapjedhnpfpbfdeaaigolgoeeichfaj
URL Resmi https://chrome.google.com/webstore/detail/wow-activity-lookup/njapjedhnpfpbfdeaaigolgoeeichfaj
Deskripsi This extension will open the corresponding WoW Activity page for a WoW Armory page.
Ukuran File 12.4 KB
Jumlah Instalasi 13
Versi Saat Ini 3.0
Terakhir Diperbarui 2016-04-17
Tanggal Publikasi 2016-04-17
Penilaian 1.00/5 Total 1 Penilaian
Pengembang http://wowactivity.kimptoc.net
Tipe Pembayaran free
Situs Ekstensi https://github.com/kimptoc/WoWActivityChromeExt-
URL Halaman Bantuan https://github.com/kimptoc/WoWActivityChromeExt-
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WoW Activity Lookup",
    "description": "This extension will open the corresponding WoW Activity page for a WoW Armory page.",
    "version": "3.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}