WikiTree Tools

This extension add useful tools while working on WikiTree.

Co je WikiTree Tools?

WikiTree Tools je rozšíření Chrome vyvinuté Roland, a jeho hlavní funkcí je „This extension add useful tools while working on WikiTree.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření WikiTree Tools

Stáhněte si soubory rozšíření WikiTree Tools 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í

                        Browser extension that helps you find problems when working with a WikiTree profile.

- Verifies dates to make sure they are plausible.                    

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

Název WikiTree Tools WikiTree Tools
ID nbofjmabmdnnjalpphahghiiblcpfloh
Oficiální URL https://chromewebstore.google.com/detail/wikitree-tools/nbofjmabmdnnjalpphahghiiblcpfloh
Popis This extension add useful tools while working on WikiTree.
Velikost souboru 57.51 KB
Počet instalací 1,120
Aktuální Verze 0.0.6
Poslední Aktualizace 2014-12-05
Datum Vydání 2014-12-04
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Roland
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WikiTree Tools",
    "description": "This extension add useful tools while working on WikiTree.",
    "version": "0.0.6",
    "author": "Roland Arsenault",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*.wikitree.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "WikiTree Tools"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.wikitree.com\/*"
            ],
            "js": [
                "lib\/jquery-2.0.3.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "options_page": "options.html"
}