Notado
Sends notes to Notado
What is Notado?
Notado is a Chrome extension developed by https://notado.app, and its main feature is "Sends notes to Notado".
Extension Screenshots
Download Notado Extension CRX File
Download Notado extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | Notado |
ID | jmminocgkncmikgaoooddledofafmlnj |
Official URL | https://chromewebstore.google.com/detail/notado/jmminocgkncmikgaoooddledofafmlnj |
Description | Sends notes to Notado |
File Size | 21.12 KB |
Installation Count | 99 |
Current Version | 0.0.18 |
Last Updated | 2023-07-03 |
Publish Date | 2020-08-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://notado.app |
[email protected] | |
Payment Type | free |
Extension Website | https://notado.app |
Help Page URL | https://discord.gg/WqtZUj4 |
Supported Languages | 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" ] } ] } |