RootsFinder ToDos
Add ToDos to your RootsFinder family tree
RootsFinder ToDosとは何ですか?
RootsFinder ToDosはhttps://rootsfinder.comによって開発されたChromeの拡張機能で、その主な機能は「Add ToDos to your RootsFinder family tree」です。
拡張機能のスクリーンショット
RootsFinder ToDos拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |