Hack Pad

Note keeping extension similar to sticky notes.

Co to jest Hack Pad?

Hack Pad to rozszerzenie Chrome opracowane przez Jatin Varlyani, a jego główną funkcją jest „Note keeping extension similar to sticky notes.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hack Pad

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

                        This is a simple note taking app which is editable and you can add the task you want to note it down or for later use. So, it's kind of a hack pad where you can take note of the important stuffs to help you to check it later.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hack Pad Hack Pad
ID ahhhnbaeakjgbfmgbjknbmlckapjnccp
Oficjalny URL https://chromewebstore.google.com/detail/hack-pad/ahhhnbaeakjgbfmgbjknbmlckapjnccp
Opis Note keeping extension similar to sticky notes.
Rozmiar pliku 172 KB
Liczba instalacji 223
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-01-11
Data Publikacji 2019-01-11
Deweloper Jatin Varlyani
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/Jatin-8898
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hack Pad",
    "author": "Jatin Varlyani ",
    "description": "Note keeping extension similar to sticky notes.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/hackpad-icon.png"
        },
        "default_title": "Hack Pad",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "version": "1.0"
}