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 |
官方URL | 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": [] } |