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)
拡張機能の基本情報
名前 | Notado |
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 |
Eメール | [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" ] } ] } |