Notey Notepad

Take Quick Notes

Cos'è Notey Notepad?

Notey Notepad è un'estensione di Chrome sviluppata da Time Technology, e la sua funzione principale è "Take Quick Notes".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Notey Notepad

Scarica i file di estensione Notey Notepad in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Notey NotePad is a free and easy-to-use notepad for everyday use. It is designed for simplicity and accessibility thus, making your note taking process fast and convenient via any tab. 

Our day to day work requires efficiency, speed, and accuracy. So in the midst of doing your research, work, and browsing the internet thus, navigating between programs may lose valuable time. This gave birth to this project. Notey NotePad will enable everyone to have the same comfort of taking copious notes without having to leave the browser.                    

Informazioni di Base sull'Estensione

Nome Notey Notepad Notey Notepad
ID ajbdeoplkbmbilclmchfhkpcpghgbfii
URL Ufficiale https://chrome.google.com/webstore/detail/notey-notepad/ajbdeoplkbmbilclmchfhkpcpghgbfii
Descrizione Take Quick Notes
Dimensione del File 93.55 KB
Conteggio Installazioni 57
Versione Corrente 1.1
Ultimo Aggiornamento 2022-02-18
Data di Pubblicazione 2019-04-30
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Time Technology
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notey Notepad",
    "description": "Take Quick Notes",
    "version": "1.1",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_128.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}