Corky

Friendly new-tab sticky notes app.

Cos'è Corky?

Corky è un'estensione di Chrome sviluppata da https://michaelz.xyz, e la sua funzione principale è "Friendly new-tab sticky notes app.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Corky

Scarica i file di estensione Corky 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 new tab page replacement with sticky notes!
Source: https://github.com/hieupham7127/corky

LATEST UPDATE (0.4):
+ Deleting functionality
+ Fixed resizing bug
+ Save throttling

Version 0.3:
+ Complete rewrite with Typescript
+ Resizing

Version 0.2:
+ Updated the look of the note.
+ Actually packaged the font this time .__.
+ Press Esc to close an empty note.

Version 0.1:
+ Basic functionality.                    

Informazioni di Base sull'Estensione

Nome Corky Corky
ID bfepgnkkokljddmhilhkonbcnanohcbl
URL Ufficiale https://chromewebstore.google.com/detail/corky/bfepgnkkokljddmhilhkonbcnanohcbl
Descrizione Friendly new-tab sticky notes app.
Dimensione del File 86 KB
Conteggio Installazioni 177
Versione Corrente 0.4
Ultimo Aggiornamento 2017-04-10
Data di Pubblicazione 2017-04-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://michaelz.xyz
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Corky",
    "short_name": "corky",
    "description": "Friendly new-tab sticky notes app.",
    "author": "Michael Zhang ",
    "version": "0.4",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "default-src 'self'; script-src 'sha256-W0KCZnVLMRXCgKZRq139eTtJ5FzyiQDfT1WPWwayNnM='; style-src 'self' data: chrome-extension-resource: 'unsafe-inline';",
    "permissions": [
        "storage"
    ]
}