ReNotes

Simple notes and remember their tasks ...

ReNotes là gì?

ReNotes là một tiện ích mở rộng Chrome được phát triển bởi Augusto SR Paiva, và tính năng chính của nó là "Simple notes and remember their tasks ...".

Tải xuống tệp CRX của tiện ích mở rộng ReNotes

Tải xuống các tệp mở rộng ReNotes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ReNotes ReNotes
ID nbkenopidpmpmgdgkgkkjcblkgkeaode
URL Chính Thức https://chrome.google.com/webstore/detail/renotes/nbkenopidpmpmgdgkgkkjcblkgkeaode
Mô tả Simple notes and remember their tasks ...
Kích Thước Tệp 6.21 MB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Augusto SR Paiva
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}