Simple Quick Notes

A simple notes extension for simple, fast, minimalistic note jotting.

Vad är Simple Quick Notes?

Simple Quick Notes är en Chrome-tillägg utvecklad av Maxim Collingwood, och dess huvudfunktion är "A simple notes extension for simple, fast, minimalistic note jotting.".

Tilläggsskärmbilder

screenshot

Ladda ner Simple Quick Notes-förlängningens CRX-fil

Ladda ner Simple Quick Notes-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

                        Quik, easy, simple, uncluttered notes for your simplistic needs.                    

Grundläggande Information om Tillägg

Namn Simple Quick Notes Simple Quick Notes
ID hpimbfdgmmgbhhfbmlhhccbdmnkkjlpo
Officiell webbadress https://chromewebstore.google.com/detail/simple-quick-notes/hpimbfdgmmgbhhfbmlhhccbdmnkkjlpo
Beskrivning A simple notes extension for simple, fast, minimalistic note jotting.
Filstorlek 28.76 KB
Antal Installationer 625
Aktuell Version 5.1
Senast Uppdaterad 2018-09-13
Publiceringsdatum 2018-09-13
Betyg 4.14/5 Totalt 7 Betyg
Utvecklare Maxim Collingwood
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "notepad.png",
        "96": "notepad96.png",
        "144": "notepad144.png"
    },
    "name": "Simple Quick Notes",
    "version": "5.1",
    "description": "A simple notes extension for simple, fast, minimalistic note jotting.",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "notepad.png"
    }
}