WikiTree Tools
This extension add useful tools while working on WikiTree.
Apa itu WikiTree Tools?
WikiTree Tools adalah ekstensi Chrome yang dikembangkan oleh Roland, dan fitur utamanya adalah "This extension add useful tools while working on WikiTree.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WikiTree Tools
Unduh file ekstensi WikiTree Tools 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
Browser extension that helps you find problems when working with a WikiTree profile. - Verifies dates to make sure they are plausible.
Informasi Dasar Ekstensi
Nama | WikiTree Tools |
ID | nbofjmabmdnnjalpphahghiiblcpfloh |
URL Resmi | https://chromewebstore.google.com/detail/wikitree-tools/nbofjmabmdnnjalpphahghiiblcpfloh |
Deskripsi | This extension add useful tools while working on WikiTree. |
Ukuran File | 57.51 KB |
Jumlah Instalasi | 1,120 |
Versi Saat Ini | 0.0.6 |
Terakhir Diperbarui | 2014-12-05 |
Tanggal Publikasi | 2014-12-04 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | Roland |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |