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
擴展基本資訊
名稱 | Husk |
ID | oifbnjjgbaiooljmehpgcnaaeadmjmkp |
官方網址 | 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" ] } |