Tiny Notes
A tiny app for write quickly
Cos'è Tiny Notes?
Tiny Notes è un'estensione di Chrome sviluppata da KevinPy, e la sua funzione principale è "A tiny app for write quickly".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tiny Notes
Scarica i file di estensione Tiny Notes 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
                        A tiny app in a popup for write quickly your notes.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | fpdnhficobcdnpddhojihlopljhnmkga | 
| URL Ufficiale | https://chromewebstore.google.com/detail/tiny-notes/fpdnhficobcdnpddhojihlopljhnmkga | 
| Descrizione | A tiny app for write quickly | 
| Dimensione del File | 25.51 KB | 
| Conteggio Installazioni | 40 | 
| Versione Corrente | 0.0.1 | 
| Ultimo Aggiornamento | 2019-03-04 | 
| Data di Pubblicazione | 2019-03-04 | 
| Sviluppatore | KevinPy | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://kevinpy.com | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tiny Notes",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A tiny app for write quickly",
    "icons": {
        "128": "assets\/img\/icons\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "browser_action": {
        "default_icon": {
            "128": "assets\/img\/icons\/icon-128.png"
        },
        "default_popup": "popup.html"
    }
}  |  |