ReNotes
Simple notes and remember their tasks ...
什么是ReNotes?
ReNotes是由Augusto SR Paiva开发的Chrome扩展程序,该扩展的主要功能是“Simple notes and remember their tasks ...”。
下载ReNotes扩展crx文件
下载ReNotes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Make you Notes simple and fast way. On page Reminders , just write what you want to Remember and wed day time, we display a notification for you. ENJOY!
扩展基本信息
名称 | |
ID | nbkenopidpmpmgdgkgkkjcblkgkeaode |
官方URL | https://chrome.google.com/webstore/detail/renotes/nbkenopidpmpmgdgkgkkjcblkgkeaode |
简介 | Simple notes and remember their tasks ... |
文件大小 | 6.21 MB |
安装次数 | 63 |
当前版本 | 0.2 |
更新时间 | 2019-03-08 |
上架时间 | 2019-03-08 |
评分 | 4.00/5 共1次评分 |
开发者 | Augusto SR Paiva |
付费类型 | free |
支持的语言 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ReNotes", "version": "0.2", "description": "Simple notes and remember their tasks ...", "author": "Augusto S\u00e9rgio R Paiva", "background": { "scripts": [ "scripts\/notify.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/ext.css" ], "js": [ "plugins\/jquery-ui\/jquery-ui.js", "plugins\/jquery-ui\/jquery-ui.min.js" ] } ], "permissions": [ "storage", "alarms", "notifications" ], "icons": { "64": "icons\/popup.png" } } |