Notado
Sends notes to Notado
Qu'est-ce que Notado ?
Notado est une extension Chrome développée par https://notado.app, et sa fonction principale est "Sends notes to Notado".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Notado
Téléchargez les fichiers d'extension Notado au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | Notado |
ID | jmminocgkncmikgaoooddledofafmlnj |
URL Officiel | https://chromewebstore.google.com/detail/notado/jmminocgkncmikgaoooddledofafmlnj |
Description | Sends notes to Notado |
Taille du Fichier | 21.12 KB |
Nombre d'Installations | 99 |
Version Actuelle | 0.0.18 |
Dernière Mise à Jour | 2023-07-03 |
Date de Publication | 2020-08-03 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://notado.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://notado.app |
URL de la Page d'Aide | https://discord.gg/WqtZUj4 |
Langues Prises en Charge | 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" ] } ] } |