Don't Forget

Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances

Co to jest Don't Forget?

Don't Forget to rozszerzenie Chrome opracowane przez dcarps, a jego główną funkcją jest „Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Don't Forget

Pobierz pliki rozszerzeń Don't Forget 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

                        Don't forget allows you to set reminders straight from your browser that will sync across all your google sync enabled browsers. Choose desktop notification or have it open a new browser tab to keep you on track with the things you need to remember. Sorry, it will only remind you to do laundry not do it for you. ;)                    

Podstawowe informacje o rozszerzeniu

Nazwa Don't Forget Don't Forget
ID abggoadfpgldjgbjdikghhdmlcgpknie
Oficjalny URL https://chromewebstore.google.com/detail/dont-forget/abggoadfpgldjgbjdikghhdmlcgpknie
Opis Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances
Rozmiar pliku 428 KB
Liczba instalacji 146
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2013-10-04
Data Publikacji 2013-10-04
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper dcarps
Typ Płatności free
Adres URL Strony Pomocy https://github.com/tollus/chrome-dont-forget/issues
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Don't Forget",
    "author": "dcarps",
    "description": "Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances",
    "version": "1.0.5",
    "permissions": [
        "notifications",
        "storage",
        "alarms"
    ],
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "manifest_version": 2,
    "omnibox": {
        "keyword": "df"
    },
    "browser_action": {
        "default_icon": "img\/logo_BW128.png",
        "default_popup": "popup\/DontForget.html"
    },
    "icons": {
        "128": "img\/logo128.png"
    },
    "options_page": "other\/alarmmgmt.html"
}