Notado

Sends notes to Notado

Notado क्या है?

Notado https://notado.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sends notes to Notado"।

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

screenshot

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

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

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

                        Notado is a content-first bookmarking service.

This extension can be used to:  

* Right click selections of text or comment links from popular websites to save them to your account on Notado (full list of supported services is available on https://notado.app)

* Right click to import highlighted book notes from the Kindle Cloud Reader Notebook

* Right click on any web page, blog or article to search for comments across the web on Kullish by Notado (https://kulli.sh)                    

एक्सटेंशन की मूल जानकारी

नाम Notado Notado
ID jmminocgkncmikgaoooddledofafmlnj
आधिकारिक URL https://chromewebstore.google.com/detail/notado/jmminocgkncmikgaoooddledofafmlnj
विवरण Sends notes to Notado
फ़ाइल का आकार 21.12 KB
स्थापना संख्या 99
वर्तमान संस्करण 0.0.18
अंतिम अपडेट 2023-07-03
प्रकाशन तिथि 2020-08-03
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://notado.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://notado.app
सहायता पृष्ठ URL https://discord.gg/WqtZUj4
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "0.0.18",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "activeTab",
        "contextMenus",
        "notifications",
        "cookies",
        "https:\/\/*.notado.app\/",
        "https:\/\/notado.ngrok.io\/"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/read.amazon.com\/notebook*"
            ],
            "js": [
                "html-sender.js"
            ]
        }
    ]
}