Husk
Write it all.
What is Husk?
Husk is a Chrome extension developed by tees, and its main feature is "Write it all.".
Extension Screenshots
Download Husk Extension CRX File
Download Husk 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
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
Extension Basic Information
Name | Husk |
ID | oifbnjjgbaiooljmehpgcnaaeadmjmkp |
Official URL | https://chromewebstore.google.com/detail/husk/oifbnjjgbaiooljmehpgcnaaeadmjmkp |
Description | Write it all. |
File Size | 79.3 KB |
Installation Count | 25 |
Current Version | 0.0.3 |
Last Updated | 2016-11-28 |
Publish Date | 2016-11-28 |
Rating | 3.00/5 Total 1 Ratings |
Developer | tees |
Payment Type | free |
Extension Website | https://github.com/teesloane/husk |
Help Page URL | https://github.com/teesloane/husk/issues |
Supported Languages | 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" ] } |