Notado

Sends notes to Notado

Hvad er Notado?

Notado er en Chrome-udvidelse udviklet af https://notado.app, og dens hovedfunktion er "Sends notes to Notado".

Udvidelsesskærmbilleder

screenshot

Download Notado-udvidelses-CRX-fil

Download Notado-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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)                    

Grundlæggende oplysninger om udvidelsen

Navn Notado Notado
ID jmminocgkncmikgaoooddledofafmlnj
Officiel URL https://chromewebstore.google.com/detail/notado/jmminocgkncmikgaoooddledofafmlnj
Beskrivelse Sends notes to Notado
Filstørrelse 21.12 KB
Antal Installationer 99
Nuværende Version 0.0.18
Senest Opdateret 2023-07-03
Udgivelsesdato 2020-08-03
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://notado.app
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://notado.app
Hjælpeside-URL https://discord.gg/WqtZUj4
Understøttede Sprog 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"
            ]
        }
    ]
}