Reminder

Create simple reminders with this chrome extension. Input message and time and you are set.

Vad är Reminder?

Reminder är en Chrome-tillägg utvecklad av Andy Young, och dess huvudfunktion är "Create simple reminders with this chrome extension. Input message and time and you are set.".

Tilläggsskärmbilder

screenshot

Ladda ner Reminder-förlängningens CRX-fil

Ladda ner Reminder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Simple, fast, and elegant Reminder chrome extension. It will keep track of everything in the background, and remind you when it is time.                    

Grundläggande Information om Tillägg

Namn Reminder Reminder
ID jllcblicpghgjfoldcphpiekbmoamflm
Officiell webbadress https://chromewebstore.google.com/detail/reminder/jllcblicpghgjfoldcphpiekbmoamflm
Beskrivning Create simple reminders with this chrome extension. Input message and time and you are set.
Filstorlek 94.52 KB
Antal Installationer 16
Aktuell Version 1.1
Senast Uppdaterad 2018-03-10
Publiceringsdatum 2018-03-09
Utvecklare Andy Young
E-post [email protected]
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reminder",
    "description": "Create simple reminders with this chrome extension. Input message and time and you are set.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}