Super Quick Note

This extension helps you take super quick notes.

Wat is Super Quick Note?

Super Quick Note is een Chrome-extensie ontwikkeld door ndao, en de belangrijkste functie is "This extension helps you take super quick notes.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Super Quick Note

Download Super Quick Note-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Take a super quick note right in chrome when you need it!
Sync across devices (If you have chrome sync enabled)
Type plain text or format your text if you want to by highlighting the text and choose your format option (Thanks to medium-editor!)                    

Basisinformatie over de Extensie

Naam Super Quick Note Super Quick Note
ID koompliecfdggdekbckngldibgmgehkn
Officiële URL https://chromewebstore.google.com/detail/super-quick-note/koompliecfdggdekbckngldibgmgehkn
Beschrijving This extension helps you take super quick notes.
Bestandsgrootte 67.43 KB
Aantal Installaties 1,061
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2016-11-28
Publicatiedatum 2016-11-28
Beoordeling 4.33/5 Totaal 12 Beoordelingen
Ontwikkelaar ndao
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Super Quick Note",
    "description": "This extension helps you take super quick notes.",
    "version": "0.0.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Add notes!"
    },
    "permissions": [
        "storage"
    ]
}