NotesPlusPlus - A Free Notepad Extension
A simple in browser notes application to keep track of what you need to do!
什麼是NotesPlusPlus - A Free Notepad Extension?
NotesPlusPlus - A Free Notepad Extension是由www.grapecake.com開發的Chrome擴展程式,該擴展的主要功能是“A simple in browser notes application to keep track of what you need to do!”。
擴展截圖
下載NotesPlusPlus - A Free Notepad Extension擴展crx文件
下載NotesPlusPlus - A Free Notepad Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Paper? who needs paper when all your notes can be accessed at your finger tips with NotesPlusPlus! - Three new themes added. - Notes are stored within browser cache. - version 0.1.0 out now https://bowyer.co
擴展基本資訊
名稱 | NotesPlusPlus - A Free Notepad Extension |
ID | mmgdpdodbmledhfldedhoechpchkdhda |
官方網址 | https://chromewebstore.google.com/detail/notesplusplus-a-free-note/mmgdpdodbmledhfldedhoechpchkdhda |
簡介 | A simple in browser notes application to keep track of what you need to do! |
檔案大小 | 230 KB |
安裝次數 | 28 |
目前版本 | 0.1.3 |
更新時間 | 2019-05-05 |
上架時間 | 2019-05-05 |
評分 | 5.00/5 共 4 次評分 |
開發者 | www.grapecake.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://bowyer.co |
隱私政策頁面URL | https://grapecake.com/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NotesPlusPlus - A Free Notepad Extension", "short_name": "Notes++", "description": "A simple in browser notes application to keep track of what you need to do!", "version": "0.1.3", "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "logo-small.png", "48": "logo-small.png", "128": "logo-small.png" }, "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'", "permissions": [] } |