WikiTreeTurbo
Additional features for WikiTree genealogy site.
WikiTreeTurbo là gì?
WikiTreeTurbo là một tiện ích mở rộng Chrome được phát triển bởi Julian Laffey, và tính năng chính của nó là "Additional features for WikiTree genealogy site.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WikiTreeTurbo
Tải xuống các tệp mở rộng WikiTreeTurbo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WikiTreeTurbo |
ID | ijnkmfbfcafafghcghkmfmfkjijaghpj |
URL Chính Thức | https://chromewebstore.google.com/detail/wikitreeturbo/ijnkmfbfcafafghcghkmfmfkjijaghpj |
Mô tả | Additional features for WikiTree genealogy site. |
Kích Thước Tệp | 151 KB |
Số Lần Cài Đặt | 1,126 |
Phiên Bản Hiện Tại | 0.9 |
Cập Nhật Lần Cuối | 2020-04-28 |
Ngày Phát Hành | 2020-04-28 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Julian Laffey |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |