RootsFinder Web Clipper
Copy records from genealogy websites and save them to your RootsFinder tree.
RootsFinder Web Clipperとは何ですか?
RootsFinder Web Clipperはhttps://rootsfinder.comによって開発されたChromeの拡張機能で、その主な機能は「Copy records from genealogy websites and save them to your RootsFinder tree.」です。
拡張機能のスクリーンショット
RootsFinder Web Clipper拡張機能のCRXファイルをダウンロード
RootsFinder Web Clipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When you install this extension, you will be able to easily copy records from major genealogy websites into your RootsFinder tree. 拡張機能の基本情報
| 名前 | |
| ID | kldjheniljiaeooejdkbofdgkocfmbin |
| 公式URL | https://chromewebstore.google.com/detail/rootsfinder-web-clipper/kldjheniljiaeooejdkbofdgkocfmbin |
| 説明 | Copy records from genealogy websites and save them to your RootsFinder tree. |
| ファイルサイズ | 117 KB |
| インストール数 | 4,339 |
| 現在のバージョン | 0.2.0 |
| 最終更新日 | 2021-09-03 |
| 公開日 | 2017-08-01 |
| 評価 | 3.40/5 合計 5 レビュー |
| 開発者 | https://rootsfinder.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.rootsfinder.com |
| ヘルプページのURL | http://forum.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 Web Clipper",
"description": "Copy records from genealogy websites and save them to your RootsFinder tree.",
"version": "0.2.0",
"browser_action": {
"default_title": "RootsFinder Web Clipper"
},
"background": {
"page": "background\/background.html"
},
"options_ui": {
"page": "pages\/options.html",
"chrome_style": true
},
"permissions": [
"activeTab",
"tabs"
],
"icons": {
"16": "icons\/rootsclipper-16.png",
"19": "icons\/rc19.png",
"38": "icons\/rc38.png",
"48": "icons\/rc48.png",
"128": "icons\/rootsclipper-128.png"
}
} | |