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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}