Husk

Write it all.

Husk là gì?

Husk là một tiện ích mở rộng Chrome được phát triển bởi tees, và tính năng chính của nó là "Write it all.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Husk

Tải xuống các tệp mở rộng Husk dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Husk Husk
ID oifbnjjgbaiooljmehpgcnaaeadmjmkp
URL Chính Thức https://chromewebstore.google.com/detail/husk/oifbnjjgbaiooljmehpgcnaaeadmjmkp
Mô tả Write it all.
Kích Thước Tệp 79.3 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2016-11-28
Ngày Phát Hành 2016-11-28
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển tees
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/teesloane/husk
URL Trang Trợ Giúp https://github.com/teesloane/husk/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}