Husk

Write it all.

Apa itu Husk?

Husk adalah ekstensi Chrome yang dikembangkan oleh tees, dan fitur utamanya adalah "Write it all.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Husk

Unduh file ekstensi Husk dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Husk Husk
ID oifbnjjgbaiooljmehpgcnaaeadmjmkp
URL Resmi https://chromewebstore.google.com/detail/husk/oifbnjjgbaiooljmehpgcnaaeadmjmkp
Deskripsi Write it all.
Ukuran File 79.3 KB
Jumlah Instalasi 25
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2016-11-28
Tanggal Publikasi 2016-11-28
Penilaian 3.00/5 Total 1 Penilaian
Pengembang tees
Tipe Pembayaran free
Situs Ekstensi https://github.com/teesloane/husk
URL Halaman Bantuan https://github.com/teesloane/husk/issues
Bahasa yang Didukung 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"
    ]
}