WikiTree Tools
This extension add useful tools while working on WikiTree.
Qu'est-ce que WikiTree Tools ?
WikiTree Tools est une extension Chrome développée par Roland, et sa fonction principale est "This extension add useful tools while working on WikiTree.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WikiTree Tools
Téléchargez les fichiers d'extension WikiTree Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Browser extension that helps you find problems when working with a WikiTree profile. - Verifies dates to make sure they are plausible.
Informations de Base sur l'Extension
Nom | WikiTree Tools |
ID | nbofjmabmdnnjalpphahghiiblcpfloh |
URL Officiel | https://chromewebstore.google.com/detail/wikitree-tools/nbofjmabmdnnjalpphahghiiblcpfloh |
Description | This extension add useful tools while working on WikiTree. |
Taille du Fichier | 57.51 KB |
Nombre d'Installations | 1,120 |
Version Actuelle | 0.0.6 |
Dernière Mise à Jour | 2014-12-05 |
Date de Publication | 2014-12-04 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Roland |
Type de Paiement | free |
Langues Prises en Charge | 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" } |