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 |
| 官方網址 | 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"
}
} | |