Notey Notepad

Take Quick Notes

Vad är Notey Notepad?

Notey Notepad är en Chrome-tillägg utvecklad av Time Technology, och dess huvudfunktion är "Take Quick Notes".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Notey Notepad-förlängningens CRX-fil

Ladda ner Notey Notepad-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Notey Notepad Notey Notepad
ID ajbdeoplkbmbilclmchfhkpcpghgbfii
Officiell webbadress https://chrome.google.com/webstore/detail/notey-notepad/ajbdeoplkbmbilclmchfhkpcpghgbfii
Beskrivning Take Quick Notes
Filstorlek 93.55 KB
Antal Installationer 57
Aktuell Version 1.1
Senast Uppdaterad 2022-02-18
Publiceringsdatum 2019-04-30
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Time Technology
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}