RootsFinder ToDos
Add ToDos to your RootsFinder family tree
RootsFinder ToDosคืออะไร?
RootsFinder ToDos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rootsfinder.com และคุณลักษณะหลักของมันคือ "Add ToDos to your RootsFinder family tree"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RootsFinder ToDos
ดาวน์โหลดไฟล์ส่วนขยาย RootsFinder ToDos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you're looking at a web page that you want to remember to come back to later, this browser extension will let you create a ToDo for that web page and attach it to a person in your RootsFinder tree. In addition, this browser extension adds icons next to the links in https://www.familysearch.org/wiki/ that allow you to create ToDos for those links directly from within the wiki. This functionality works for and http://www.thefhguide.com/ as well.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | RootsFinder ToDos |
ID | nmhlklogcifmkofeafamhdnminbhejho |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rootsfinder-todos/nmhlklogcifmkofeafamhdnminbhejho |
คำอธิบาย | Add ToDos to your RootsFinder family tree |
ขนาดไฟล์ | 14.16 KB |
จำนวนการติดตั้ง | 1,886 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2018-02-07 |
วันที่เผยแพร่ | 2018-02-07 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://rootsfinder.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.rootsfinder.com |
URL หน้าช่วยเหลือ | http://support.rootsfinder.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.rootsfinder.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RootsFinder ToDos", "description": "Add ToDos to your RootsFinder family tree", "version": "0.1.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "src\/background.js" ], "persistent": false }, "browser_action": { "default_title": "RootsFinder ToDos", "default_icon": { "19": "icons\/todo-clipper-icon-19.png", "38": "icons\/todo-clipper-icon-38.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.familysearch.org\/wiki\/*" ], "css": [ "src\/icons.css" ], "js": [ "src\/icons.js", "src\/fsWiki.js" ] }, { "matches": [ "*:\/\/*.thefhguide.com\/*" ], "css": [ "src\/icons.css" ], "js": [ "src\/icons.js", "src\/fhGuide.js" ] } ], "web_accessible_resources": [ "checkbox.svg" ], "icons": { "16": "icons\/todo-clipper-icon-16.png", "19": "icons\/todo-clipper-icon-19.png", "38": "icons\/todo-clipper-icon-38.png", "48": "icons\/todo-clipper-icon-48.png", "128": "icons\/todo-clipper-icon-128.png" } } |