Notado
Sends notes to Notado
Notado là gì?
Notado là một tiện ích mở rộng Chrome được phát triển bởi https://notado.app, và tính năng chính của nó là "Sends notes to Notado".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Notado
Tải xuống các tệp mở rộng Notado dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Notado |
ID | jmminocgkncmikgaoooddledofafmlnj |
URL Chính Thức | https://chromewebstore.google.com/detail/notado/jmminocgkncmikgaoooddledofafmlnj |
Mô tả | Sends notes to Notado |
Kích Thước Tệp | 21.12 KB |
Số Lần Cài Đặt | 99 |
Phiên Bản Hiện Tại | 0.0.18 |
Cập Nhật Lần Cuối | 2023-07-03 |
Ngày Phát Hành | 2020-08-03 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://notado.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://notado.app |
URL Trang Trợ Giúp | https://discord.gg/WqtZUj4 |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |