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
公式URL 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"
    ]
}