Pickle Notes

A place to take quick notes within the browser.

Co to jest Pickle Notes?

Pickle Notes to rozszerzenie Chrome opracowane przez Youth Molecule, a jego główną funkcją jest „A place to take quick notes within the browser.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Pickle Notes

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

                        Pickle notes is an extension which allows users to take notes within the web browser.

Pickle Notes makes it quick and easy to take, read, and manage notes.

Please review and email any feedback to [email protected].                    

Podstawowe informacje o rozszerzeniu

Nazwa Pickle Notes Pickle Notes
ID hhfmbjamhpgdajieofhnmkkfbbbepdkp
Oficjalny URL https://chromewebstore.google.com/detail/pickle-notes/hhfmbjamhpgdajieofhnmkkfbbbepdkp
Opis A place to take quick notes within the browser.
Rozmiar pliku 59.33 KB
Liczba instalacji 68
Aktualna Wersja 1.2.3
Ostatnia Aktualizacja 2022-06-27
Data Publikacji 2020-03-21
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Youth Molecule
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pickle Notes",
    "version": "1.2.3",
    "description": "A place to take quick notes within the browser.",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/notes_logo16.png",
            "32": "images\/notes_logo32.png",
            "48": "images\/notes_logo48.png",
            "128": "images\/notes_logo128.png"
        }
    },
    "icons": {
        "16": "images\/notes_logo16.png",
        "32": "images\/notes_logo32.png",
        "48": "images\/notes_logo48.png",
        "128": "images\/notes_logo128.png"
    },
    "manifest_version": 2
}