Notado

Sends notes to Notado

Was ist Notado?

Notado ist eine Chrome-Erweiterung, die von https://notado.app entwickelt wurde, und ihr Hauptmerkmal ist "Sends notes to Notado".

Erweiterungsscreenshots

screenshot

Notado-Erweiterungs-CRX-Datei herunterladen

Laden Sie Notado-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name Notado Notado
ID jmminocgkncmikgaoooddledofafmlnj
Offizielle URL https://chromewebstore.google.com/detail/notado/jmminocgkncmikgaoooddledofafmlnj
Beschreibung Sends notes to Notado
Dateigröße 21.12 KB
Installationsanzahl 99
Aktuelle Version 0.0.18
Letztes Update 2023-07-03
Veröffentlichungsdatum 2020-08-03
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://notado.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://notado.app
Hilfeseite URL https://discord.gg/WqtZUj4
Unterstützte Sprachen 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"
            ]
        }
    ]
}