EasyNotePad
Notepad that saves what you write
什麼是EasyNotePad?
EasyNotePad是由Jeeth Suresh開發的Chrome擴展程式,該擴展的主要功能是“Notepad that saves what you write”。
擴展截圖
下載EasyNotePad擴展crx文件
下載EasyNotePad擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Ever had a piece of code, a single thought, or just a list of things you needed to do that you needed to remember? Until now, you would've had to open up a text editor, or find a pen and paper (who even keeps those around anymore?). Now, with EasyNotePad, it's easier than ever to create a short list or a babble-box for your thoughts! Current commands:creates a list of items COMING SOON: Options page to control how big your text size is, how wide your extension window is, and other such details. Also coming is a code view and possibly even an events/calendar view!
擴展基本資訊
名稱 | EasyNotePad |
ID | dfdcglofngdaicocbbdllmhacdadohel |
官方網址 | https://chromewebstore.google.com/detail/easynotepad/dfdcglofngdaicocbbdllmhacdadohel |
簡介 | Notepad that saves what you write |
檔案大小 | 45.13 KB |
安裝次數 | 452 |
目前版本 | 0.1 |
更新時間 | 2014-02-24 |
上架時間 | 2014-02-23 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Jeeth Suresh |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EasyNotePad", "description": "Notepad that saves what you write", "version": "0.1", "permissions": [ "background", "storage" ], "browser_action": { "default_icon": "icon.png", "default_popup": "easynotepad.html" } } |