Notado
Sends notes to Notado
什么是Notado?
Notado是由https://notado.app开发的Chrome扩展程序,该扩展的主要功能是“Sends notes to Notado”。
扩展截图
下载Notado扩展crx文件
下载Notado扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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) 扩展基本信息
| 名称 | |
| ID | jmminocgkncmikgaoooddledofafmlnj |
| 官方URL | https://chromewebstore.google.com/detail/notado/jmminocgkncmikgaoooddledofafmlnj |
| 简介 | Sends notes to Notado |
| 文件大小 | 21.12 KB |
| 安装次数 | 99 |
| 当前版本 | 0.0.18 |
| 更新时间 | 2023-07-03 |
| 上架时间 | 2020-08-03 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://notado.app |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://notado.app |
| 帮助页面URL | https://discord.gg/WqtZUj4 |
| 支持的语言 | 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"
]
}
]
} | |