WikiTreeTurbo
Additional features for WikiTree genealogy site.
Wat is WikiTreeTurbo?
WikiTreeTurbo is een Chrome-extensie ontwikkeld door Julian Laffey, en de belangrijkste functie is "Additional features for WikiTree genealogy site.".
Extensie Screenshots
Download het CRX-bestand van de extensie WikiTreeTurbo
Download WikiTreeTurbo-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | ijnkmfbfcafafghcghkmfmfkjijaghpj |
| Officiële URL | https://chromewebstore.google.com/detail/wikitreeturbo/ijnkmfbfcafafghcghkmfmfkjijaghpj |
| Beschrijving | Additional features for WikiTree genealogy site. |
| Bestandsgrootte | 151 KB |
| Aantal Installaties | 1,126 |
| Huidige Versie | 0.9 |
| Laatst Bijgewerkt | 2020-04-28 |
| Publicatiedatum | 2020-04-28 |
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Julian Laffey |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |