Notoy
Saves a link to the current active tab with its title, keywords and a long and short description as markdown, Org-Mode or plain text
Notoyとは何ですか?
NotoyはRelease-Candidateによって開発されたChromeの拡張機能で、その主な機能は「Saves a link to the current active tab with its title, keywords and a long and short description as markdown, Org-Mode or plain text」です。
拡張機能のスクリーンショット
Notoy拡張機能のCRXファイルをダウンロード
Notoy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Notoy saves a note of the current website including it's URL, some keywords and a short or long description to disk. The note can be formatted as Markdown (for programs like Obsidian, Joplin or Zettlr), as Org-Mode to use with Emacs' Org-Mode or as plain text. 拡張機能の基本情報
| 名前 | |
| ID | ejmcdafpeijhmmmfebmdpcmgaaoaminc |
| 公式URL | https://chromewebstore.google.com/detail/notoy/ejmcdafpeijhmmmfebmdpcmgaaoaminc |
| 説明 | Saves a link to the current active tab with its title, keywords and a long and short description as markdown, Org-Mode or plain text |
| ファイルサイズ | 140 KB |
| インストール数 | 50 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2021-10-12 |
| 公開日 | 2021-10-07 |
| 開発者 | Release-Candidate |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://notoy-browserextensions.readthedocs.io/en/stable/ |
| ヘルプページのURL | https://github.com/Release-Candidate/Notoy-BrowserExtensions |
| 対応言語 | de,en,sk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.0.2",
"default_locale": "en",
"manifest_version": 3,
"author": "Roland Csaszar",
"background": {
"service_worker": "background.js"
},
"options_page": "options.html",
"permissions": [
"storage",
"tabs",
"scripting",
"downloads"
],
"host_permissions": [
"http:\/\/*\/",
"https:\/\/*\/"
],
"icons": {
"16": ".\/images\/icon_transp_16.png",
"32": ".\/images\/icon_transp_32.png",
"48": ".\/images\/icon_transp_48.png",
"128": ".\/images\/icon_transp_128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": ".\/images\/icon_transp_16.png",
"32": ".\/images\/icon_transp_32.png",
"48": ".\/images\/icon_transp_48.png",
"128": ".\/images\/icon_transp_128.png"
}
}
} | |