WikiTree Tools

This extension add useful tools while working on WikiTree.

WikiTree Tools क्या है?

WikiTree Tools Roland द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension add useful tools while working on WikiTree."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WikiTree Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

- Verifies dates to make sure they are plausible.                    

एक्सटेंशन की मूल जानकारी

नाम WikiTree Tools WikiTree Tools
ID nbofjmabmdnnjalpphahghiiblcpfloh
आधिकारिक URL https://chromewebstore.google.com/detail/wikitree-tools/nbofjmabmdnnjalpphahghiiblcpfloh
विवरण This extension add useful tools while working on WikiTree.
फ़ाइल का आकार 57.51 KB
स्थापना संख्या 1,120
वर्तमान संस्करण 0.0.6
अंतिम अपडेट 2014-12-05
प्रकाशन तिथि 2014-12-04
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Roland
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}