ReNotes

Simple notes and remember their tasks ...

ReNotesคืออะไร?

ReNotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Augusto SR Paiva และคุณลักษณะหลักของมันคือ "Simple notes and remember their tasks ..."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ReNotes

ดาวน์โหลดไฟล์ส่วนขยาย 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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ReNotes ReNotes
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"
    }
}