Notado
Sends notes to Notado
Wat is Notado?
Notado is een Chrome-extensie ontwikkeld door https://notado.app, en de belangrijkste functie is "Sends notes to Notado".
Extensie Screenshots
Download het CRX-bestand van de extensie Notado
Download Notado-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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) Basisinformatie over de Extensie
| Naam | |
| ID | jmminocgkncmikgaoooddledofafmlnj |
| Officiële URL | https://chromewebstore.google.com/detail/notado/jmminocgkncmikgaoooddledofafmlnj |
| Beschrijving | Sends notes to Notado |
| Bestandsgrootte | 21.12 KB |
| Aantal Installaties | 99 |
| Huidige Versie | 0.0.18 |
| Laatst Bijgewerkt | 2023-07-03 |
| Publicatiedatum | 2020-08-03 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://notado.app |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://notado.app |
| Help Pagina-URL | https://discord.gg/WqtZUj4 |
| Ondersteunde Talen | 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"
]
}
]
} | |