Notado

Sends notes to Notado

Cos'è Notado?

Notado è un'estensione di Chrome sviluppata da https://notado.app, e la sua funzione principale è "Sends notes to Notado".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Notado

Scarica i file di estensione Notado in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Notado Notado
ID jmminocgkncmikgaoooddledofafmlnj
URL Ufficiale https://chromewebstore.google.com/detail/notado/jmminocgkncmikgaoooddledofafmlnj
Descrizione Sends notes to Notado
Dimensione del File 21.12 KB
Conteggio Installazioni 99
Versione Corrente 0.0.18
Ultimo Aggiornamento 2023-07-03
Data di Pubblicazione 2020-08-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://notado.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://notado.app
URL della Pagina di Aiuto https://discord.gg/WqtZUj4
Lingue Supportate 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"
            ]
        }
    ]
}