Minimal Notes
It's minimal. Test it.
Minimal Notesとは何ですか?
Minimal NotesはMojtaba Javanによって開発されたChromeの拡張機能で、その主な機能は「It's minimal. Test it.」です。
拡張機能のスクリーンショット
Minimal Notes拡張機能のCRXファイルをダウンロード
Minimal Notes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It's a simple, free, open-source and offline note-taking extension. It's best suited for those who want to take notes while reading a page and copy/paste them to another file/service at once. How does it work? 1. Select your text in a web page. 2. Right-click and select "Take note". 3. To see your notes, click the icon. 4. Copy if you want. Changelog - 1.0.3 - Used context menu instead of keyboard shortcut - Fixed some minor bugs
拡張機能の基本情報
名前 | Minimal Notes |
ID | hkfapjkjbdhfoeoomnmjmafpehckingh |
公式URL | https://chromewebstore.google.com/detail/minimal-notes/hkfapjkjbdhfoeoomnmjmafpehckingh |
説明 | It's minimal. Test it. |
ファイルサイズ | 12.95 KB |
インストール数 | 48 |
現在のバージョン | 1.0.3 |
最終更新日 | 2019-06-11 |
公開日 | 2019-06-11 |
開発者 | Mojtaba Javan |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/mrmowji/minimal-notes |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minimal Notes", "description": "It's minimal. Test it.", "version": "1.0.3", "manifest_version": 2, "permissions": [ "storage", "activeTab", "contextMenus" ], "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon-128.png" }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true } } |