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 |
| 官方網址 | 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"
]
}
]
} | |