Husk
Write it all.
Huskとは何ですか?
Huskはteesによって開発されたChromeの拡張機能で、その主な機能は「Write it all.」です。
拡張機能のスクリーンショット
Husk拡張機能のCRXファイルをダウンロード
Husk拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Husk is a chrome extension inspired by Papier. Husk will allow users to write text in their new tab page, sync data and provide basic markdown/text formatting support.
Husk is open source and available on github:
https://github.com/teesloane/husk 拡張機能の基本情報
| 名前 | |
| ID | oifbnjjgbaiooljmehpgcnaaeadmjmkp |
| 公式URL | https://chromewebstore.google.com/detail/husk/oifbnjjgbaiooljmehpgcnaaeadmjmkp |
| 説明 | Write it all. |
| ファイルサイズ | 79.3 KB |
| インストール数 | 25 |
| 現在のバージョン | 0.0.3 |
| 最終更新日 | 2016-11-28 |
| 公開日 | 2016-11-28 |
| 評価 | 3.00/5 合計 1 レビュー |
| 開発者 | tees |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/teesloane/husk |
| ヘルプページのURL | https://github.com/teesloane/husk/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Husk",
"version": "0.0.3",
"description": "Write it all.",
"author": "teesloane",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"128": "assets\/icon.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"devtools_page": "devtools.html",
"homepage_url": "https:\/\/github.com\/teesloane\/husk",
"offline_enabled": true,
"optional_permissions": [
"tabs"
],
"permissions": [
"tabs",
"storage"
]
} | |