RootsFinder ToDos

Add ToDos to your RootsFinder family tree

RootsFinder ToDos क्या है?

RootsFinder ToDos https://rootsfinder.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add ToDos to your RootsFinder family tree"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RootsFinder ToDos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    }
}