Husk

Write it all.

ما هو Husk؟

Husk هو إضافة Chrome تم تطويرها بواسطة tees، والميزة الرئيسية لها هي "Write it all.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Husk

قم بتنزيل ملفات الامتداد Husk بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    ]
}