Corky

Friendly new-tab sticky notes app.

什麼是Corky?

Corky是由https://michaelz.xyz開發的Chrome擴展程式,該擴展的主要功能是“Friendly new-tab sticky notes app.”。

擴展截圖

screenshot

下載Corky擴展crx文件

下載Corky擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Corky Corky
ID bfepgnkkokljddmhilhkonbcnanohcbl
官方網址 https://chromewebstore.google.com/detail/corky/bfepgnkkokljddmhilhkonbcnanohcbl
簡介 Friendly new-tab sticky notes app.
檔案大小 86 KB
安裝次數 177
目前版本 0.4
更新時間 2017-04-10
上架時間 2017-04-10
評分 5.00/5 共 1 次評分
開發者 https://michaelz.xyz
付費類型 free
支援的語言 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"
    ]
}