Corky

Friendly new-tab sticky notes app.

What is Corky?

Corky is a Chrome extension developed by https://michaelz.xyz, and its main feature is "Friendly new-tab sticky notes app.".

Extension Screenshots

screenshot

Download Corky Extension CRX File

Download Corky extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Corky Corky
ID bfepgnkkokljddmhilhkonbcnanohcbl
Official URL https://chromewebstore.google.com/detail/corky/bfepgnkkokljddmhilhkonbcnanohcbl
Description Friendly new-tab sticky notes app.
File Size 86 KB
Installation Count 177
Current Version 0.4
Last Updated 2017-04-10
Publish Date 2017-04-10
Rating 5.00/5 Total 1 Ratings
Developer https://michaelz.xyz
Payment Type free
Supported Languages 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"
    ]
}