Secret Notes

Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly

Co to jest Secret Notes?

Secret Notes to rozszerzenie Chrome opracowane przez Nicholas Z., a jego główną funkcją jest „Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly”.

Pobierz plik CRX rozszerzenia Secret Notes

Pobierz pliki rozszerzeń Secret Notes 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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Secret Notes Secret Notes
ID hedimpoelhfnnnkhnbbdpaahkjenfppn
Oficjalny URL https://chromewebstore.google.com/detail/secret-notes/hedimpoelhfnnnkhnbbdpaahkjenfppn
Opis Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly
Rozmiar pliku 39.12 KB
Liczba instalacji 173
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2018-01-18
Data Publikacji 2018-01-17
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Nicholas Z.
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Secret Notes",
    "short_name": "SecretNotes",
    "description": "Keep notes and hide them by closing the chrome extension.  Good for using when you need to access notes quickly",
    "version": "2.0",
    "icons": {
        "128": "icon\/128.png",
        "48": "icon\/48.png"
    },
    "browser_action": {
        "default_icon": "icon\/48.png",
        "default_popup": "popup.html"
    }
}