Husk

Write it all.

Husk क्या है?

Husk tees द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Write it all."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Husk एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
    ]
}