Save to nvALT
Save pages to nvALT in clean Markdown. No fluff.
Save to nvALTとは何ですか?
Save to nvALTはMustafa Paksoyによって開発されたChromeの拡張機能で、その主な機能は「Save pages to nvALT in clean Markdown. No fluff.」です。
拡張機能のスクリーンショット
Save to nvALT拡張機能のCRXファイルをダウンロード
Save to nvALT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
"Save to nvALT" saves pages from Chrome to nvALT. Pages are saved in clean Markdown. No fluff. To use "Save to nvALT" you have to first install nvALT. # How do I use this? Click the extension button to save whole page as a note. You can also do this by right clicking on the page and picking "Save note with page." Pages are converted to Markdown and saved as plain text. If you want to save a section of the page, right click and pick "Save note with selected text". # What's nvALT? nvALT is a note taking application for Mac OS X. It is an improved version of the original Notational Velocity.
拡張機能の基本情報
名前 | Save to nvALT |
ID | ebkgfgjoekdgchbafocpchdecgmicbfi |
公式URL | https://chromewebstore.google.com/detail/save-to-nvalt/ebkgfgjoekdgchbafocpchdecgmicbfi |
説明 | Save pages to nvALT in clean Markdown. No fluff. |
ファイルサイズ | 428 KB |
インストール数 | 201 |
現在のバージョン | 1.0.1 |
最終更新日 | 2016-02-12 |
公開日 | 2016-02-12 |
評価 | 4.60/5 合計 5 レビュー |
開発者 | Mustafa Paksoy |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/mustpax/save-to-nvALT |
ヘルプページのURL | https://github.com/mustpax/save-to-nvALT/blob/master/Readme.md |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save to nvALT", "version": "1.0.1", "description": "Save pages to nvALT in clean Markdown. No fluff.", "permissions": [ "contextMenus", "activeTab" ], "browser_action": { "default_icon": "icon19.png", "default_title": "Save to nvALT" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "build.js" ] }, "minimum_chrome_version": "14.0" } |