Easy NotePad
Simple Note making extension, Make, save and have the option to download your notes
什麼是Easy NotePad?
Easy NotePad是由kassius開發的Chrome擴展程式,該擴展的主要功能是“Simple Note making extension, Make, save and have the option to download your notes”。
擴展截圖
下載Easy NotePad擴展crx文件
下載Easy NotePad擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Lightweight Easy Notepad ( no pencil needed ). Just click the icon and jot down a note, You can close it and continue browsing and add to it later. Save notes, and view all saved notes, where you have the option to delete them or download them in a .txt file. Opening your normal software notepad takes too long and you have to resize it if you want to take notes about something on a webpage. This aims to fix that. Styled to look like a typical notepad, with a nice pencil icon.
擴展基本資訊
名稱 | Easy NotePad |
ID | plpjemecoefaeikldhckbggehnhiokjn |
官方網址 | https://chromewebstore.google.com/detail/easy-notepad/plpjemecoefaeikldhckbggehnhiokjn |
簡介 | Simple Note making extension, Make, save and have the option to download your notes |
檔案大小 | 58.47 KB |
安裝次數 | 784 |
目前版本 | 0.8 |
更新時間 | 2016-01-21 |
上架時間 | 2016-01-21 |
評分 | 3.67/5 共 3 次評分 |
開發者 | kassius |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy NotePad", "short_name": "Easy Note", "version": "0.8", "description": "Simple Note making extension, Make, save and have the option to download your notes", "author": "Kassius Barker, www.KassBarker.com", "browser_action": { "default_icon": "icon.png", "default_title": "Click to make a note", "default_popup": "main.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "unlimitedStorage", "downloads" ] } |