WikiTreeTurbo
Additional features for WikiTree genealogy site.
What is WikiTreeTurbo?
WikiTreeTurbo is a Chrome extension developed by Julian Laffey, and its main feature is "Additional features for WikiTree genealogy site.".
Extension Screenshots
Download WikiTreeTurbo Extension CRX File
Download WikiTreeTurbo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Turbo charge your WikiTree experience with this extension. - Quick search your watchlist profiles (and other profiles you visit) - Tag people's faces in photos - Collapsible descendant trees
Extension Basic Information
Name | WikiTreeTurbo |
ID | ijnkmfbfcafafghcghkmfmfkjijaghpj |
Official URL | https://chromewebstore.google.com/detail/wikitreeturbo/ijnkmfbfcafafghcghkmfmfkjijaghpj |
Description | Additional features for WikiTree genealogy site. |
File Size | 151 KB |
Installation Count | 1,126 |
Current Version | 0.9 |
Last Updated | 2020-04-28 |
Publish Date | 2020-04-28 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Julian Laffey |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WikiTreeTurbo", "description": "Additional features for WikiTree genealogy site.", "version": "0.9", "author": "[email protected]", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": "img\/icon_128.png", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "features\/faceid\/faceid.css" ], "js": [ "lib\/lodash.js", "lib\/jquery-3.2.1.min.js", "features\/faceid\/faceid.js", "features\/faceid\/faceid_editor.js" ], "matches": [ "https:\/\/*.wikitree.com\/photo\/*" ] }, { "css": [ "features\/collapse\/collapse.css" ], "js": [ "lib\/lodash.js", "lib\/jquery-3.2.1.min.js", "features\/collapse\/collapse.js" ], "matches": [ "https:\/\/*.wikitree.com\/*" ] }, { "css": [ "features\/search\/search.css" ], "js": [ "features\/search\/search.js" ], "matches": [ "https:\/\/*.wikitree.com\/*" ], "exclude_matches": [ "https:\/\/*.wikitree.com\/photo\/*" ] }, { "css": [ "common\/toastr.css" ], "js": [ "common\/common.js", "features\/search\/watchlist.js" ], "matches": [ "https:\/\/*.wikitree.com\/*title=Special:WatchedList*" ] }, { "css": [ "common\/toastr.css" ], "js": [ "common\/common.js", "features\/search\/profile.js" ], "matches": [ "https:\/\/*.wikitree.com\/wiki\/*" ] } ] } |