Corky

Friendly new-tab sticky notes app.

Wat is Corky?

Corky is een Chrome-extensie ontwikkeld door https://michaelz.xyz, en de belangrijkste functie is "Friendly new-tab sticky notes app.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Corky

Download Corky-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

                        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.                    

Basisinformatie over de Extensie

Naam Corky Corky
ID bfepgnkkokljddmhilhkonbcnanohcbl
Officiële URL https://chromewebstore.google.com/detail/corky/bfepgnkkokljddmhilhkonbcnanohcbl
Beschrijving Friendly new-tab sticky notes app.
Bestandsgrootte 86 KB
Aantal Installaties 177
Huidige Versie 0.4
Laatst Bijgewerkt 2017-04-10
Publicatiedatum 2017-04-10
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://michaelz.xyz
Betalingswijze free
Ondersteunde Talen 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"
    ]
}