Nootpad
A notepad whenever you need it.
Nootpadとは何ですか?
NootpadはJames Panによって開発されたChromeの拡張機能で、その主な機能は「A notepad whenever you need it.」です。
拡張機能のスクリーンショット
Nootpad拡張機能のCRXファイルをダウンロード
Nootpad拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sometimes when I read things on the Internet, I want to take notes. But I find that opening up a new text file, launching a notepad app, or grabbing a pencil and paper disrupts my workflow. So instead, I made this handy Chrome extension. It pops up a notepad wherever I am and syncs it to my Chrome account. It also lets me save seven distinct frames at a time. So far I've found it useful for me. I hope you can find it useful too. James Pan http://pan-james.tumblr.com @jibpan Shortcuts ---------- Move forward one frame: Alt + . Move back one frame: Alt + ,
拡張機能の基本情報
名前 | Nootpad |
ID | impicfhanbdnokdchlcnafgdhenlffph |
公式URL | https://chromewebstore.google.com/detail/nootpad/impicfhanbdnokdchlcnafgdhenlffph |
説明 | A notepad whenever you need it. |
ファイルサイズ | 11.64 KB |
インストール数 | 2,333 |
現在のバージョン | 0.71 |
最終更新日 | 2015-07-15 |
公開日 | 2015-07-15 |
評価 | 4.29/5 合計 7 レビュー |
開発者 | James Pan |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nootpad", "description": "A notepad whenever you need it.", "version": "0.71", "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Open a nootpad", "default_popup": "nootpad.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ] } |