Husk

Write it all.

什么是Husk?

Husk是由tees开发的Chrome扩展程序,该扩展的主要功能是“Write it all.”。

扩展截图

screenshot
screenshot

下载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 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"
    ]
}