Notado
Sends notes to Notado
Vad är Notado?
Notado är en Chrome-tillägg utvecklad av https://notado.app, och dess huvudfunktion är "Sends notes to Notado".
Tilläggsskärmbilder
Ladda ner Notado-förlängningens CRX-fil
Ladda ner Notado-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Notado |
ID | jmminocgkncmikgaoooddledofafmlnj |
Officiell webbadress | https://chromewebstore.google.com/detail/notado/jmminocgkncmikgaoooddledofafmlnj |
Beskrivning | Sends notes to Notado |
Filstorlek | 21.12 KB |
Antal Installationer | 99 |
Aktuell Version | 0.0.18 |
Senast Uppdaterad | 2023-07-03 |
Publiceringsdatum | 2020-08-03 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://notado.app |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://notado.app |
Hjälpsida URL | https://discord.gg/WqtZUj4 |
Stödda Språk | 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" ] } ] } |