Any Reminder

A Reminder and Tracking Extension which shows desktop notifications.

O que é Any Reminder?

Any Reminder é uma extensão do Chrome desenvolvida por Manav Shrivastava, e sua principal característica é "A Reminder and Tracking Extension which shows desktop notifications.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Any Reminder

Baixe arquivos de extensão Any Reminder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Now never forget anything with the help of Any Reminder. Manage your day with Task reminders, add future time reminders for yourself, Any Reminder sets this for you.

Features:
✓ Set a Reminder with just a few clicks.

✓ Set a Reminder for yourself with just a few clicks like a scrum meeting, picking your son from school and many more.

✓ Add Private Reminder like maybe a Music concert near your place.

✓ Easy and friendly UI

✓ Remind for anything
Add Birthday Reminder, ToDo / Task Reminder, Anniversary Reminder, Bills Reminder, Repeat Water Reminder or any other type of reminder with just a few clicks.                    

Informações Básicas da Extensão

Nome Any Reminder Any Reminder
ID nhfcfemdcjlichbjbhlpkiakeeffodom
URL Oficial https://chrome.google.com/webstore/detail/any-reminder/nhfcfemdcjlichbjbhlpkiakeeffodom
Descrição A Reminder and Tracking Extension which shows desktop notifications.
Tamanho do Arquivo 1.57 MB
Contagem de Instalações 151
Versão Atual 1.0
Última Atualização 2019-09-20
Data de Publicação 2019-09-20
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor Manav Shrivastava
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Any Reminder",
    "short_name": "AnyReminder",
    "version": "1.0",
    "author": "Manav Shrivastava",
    "homepage_url": "https:\/\/github.com\/manavshrivastavagit\/AnyReminder-ChromeExtension.git",
    "description": "A Reminder and Tracking Extension which shows desktop notifications.",
    "icons": {
        "32": "icon.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "notification_options.html",
    "background": {
        "scripts": [
            "notification_background.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "icon.png"
    ]
}