ReNotes

Simple notes and remember their tasks ...

Co to jest ReNotes?

ReNotes to rozszerzenie Chrome opracowane przez Augusto SR Paiva, a jego główną funkcją jest „Simple notes and remember their tasks ...”.

Pobierz plik CRX rozszerzenia ReNotes

Pobierz pliki rozszerzeń ReNotes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa ReNotes ReNotes
ID nbkenopidpmpmgdgkgkkjcblkgkeaode
Oficjalny URL https://chrome.google.com/webstore/detail/renotes/nbkenopidpmpmgdgkgkkjcblkgkeaode
Opis Simple notes and remember their tasks ...
Rozmiar pliku 6.21 MB
Liczba instalacji 63
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2019-03-08
Data Publikacji 2019-03-08
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper Augusto SR Paiva
Typ Płatności free
Obsługiwane Języki 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"
    }
}