Pop-up Notes
Simple and easy quick notes.
什么是Pop-up Notes?
Pop-up Notes是由Leon Tuček开发的Chrome扩展程序,该扩展的主要功能是“Simple and easy quick notes.”。
扩展截图
下载Pop-up Notes扩展crx文件
下载Pop-up Notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple and easy quick notes. Write and read your notes in your browser with Pop-up Notes Extension. Customize font, font color, background color, lines color.
扩展基本信息
名称 | |
ID | akdcjhfcjkncbgibooldjcfinlepdbgf |
官方URL | https://chrome.google.com/webstore/detail/pop-up-notes/akdcjhfcjkncbgibooldjcfinlepdbgf |
简介 | Simple and easy quick notes. |
文件大小 | 25.56 KB |
安装次数 | 214 |
当前版本 | 1.0 |
更新时间 | 2015-04-01 |
上架时间 | 2015-04-01 |
评分 | 4.00/5 共3次评分 |
开发者 | Leon Tuček |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pop-up Notes", "options_page": "options.html", "description": "Simple and easy quick notes.", "icons": { "128": "images\/notes-128x128.png", "16": "images\/notes-16x16.png", "48": "images\/notes-48x48.png" }, "version": "1.0", "permissions": [ "storage" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |