WikiTree Tools

This extension add useful tools while working on WikiTree.

Wat is WikiTree Tools?

WikiTree Tools is een Chrome-extensie ontwikkeld door Roland, en de belangrijkste functie is "This extension add useful tools while working on WikiTree.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WikiTree Tools

Download WikiTree Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

- Verifies dates to make sure they are plausible.                    

Basisinformatie over de Extensie

Naam WikiTree Tools WikiTree Tools
ID nbofjmabmdnnjalpphahghiiblcpfloh
Officiële URL https://chromewebstore.google.com/detail/wikitree-tools/nbofjmabmdnnjalpphahghiiblcpfloh
Beschrijving This extension add useful tools while working on WikiTree.
Bestandsgrootte 57.51 KB
Aantal Installaties 1,120
Huidige Versie 0.0.6
Laatst Bijgewerkt 2014-12-05
Publicatiedatum 2014-12-04
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Roland
Betalingswijze free
Ondersteunde Talen 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"
}