Note Extension
Allows user to type notes and create a local copy.
什麼是Note Extension?
Note Extension是由Nick Neuman開發的Chrome擴展程式,該擴展的主要功能是“Allows user to type notes and create a local copy.”。
擴展截圖
下載Note Extension擴展crx文件
下載Note Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Allows you to save notes quickly without having to open an editor. You can specify a file name, or leave it empty and use the default file name, "New Note".
擴展基本資訊
名稱 | Note Extension |
ID | omfeemnkdhbneldmbcoifnfeoabodmbm |
官方網址 | https://chromewebstore.google.com/detail/note-extension/omfeemnkdhbneldmbcoifnfeoabodmbm |
簡介 | Allows user to type notes and create a local copy. |
檔案大小 | 12.99 KB |
安裝次數 | 117 |
目前版本 | 1.2 |
更新時間 | 2018-12-03 |
上架時間 | 2018-12-03 |
評分 | 4.67/5 共 3 次評分 |
開發者 | Nick Neuman |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Note Extension", "manifest_version": 2, "description": "Allows user to type notes and create a local copy.", "version": "1.2", "icons": { "128": "icons\/icon.png" }, "browser_action": { "default_popup": "popup.html" } } |