WikiTreeTurbo
Additional features for WikiTree genealogy site.
WikiTreeTurboとは何ですか?
WikiTreeTurboはJulian Laffeyによって開発されたChromeの拡張機能で、その主な機能は「Additional features for WikiTree genealogy site.」です。
拡張機能のスクリーンショット
WikiTreeTurbo拡張機能のCRXファイルをダウンロード
WikiTreeTurbo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | WikiTreeTurbo |
ID | ijnkmfbfcafafghcghkmfmfkjijaghpj |
公式URL | https://chromewebstore.google.com/detail/wikitreeturbo/ijnkmfbfcafafghcghkmfmfkjijaghpj |
説明 | Additional features for WikiTree genealogy site. |
ファイルサイズ | 151 KB |
インストール数 | 1,126 |
現在のバージョン | 0.9 |
最終更新日 | 2020-04-28 |
公開日 | 2020-04-28 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | Julian Laffey |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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\/*" ] } ] } |