HexTab

Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.

HexTab क्या है?

HexTab Sam द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast."।

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

screenshot

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

crx प्रारूप में HexTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This lightweight Chrome extension replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast. This extension is completely free - there are no adverts, none of your data is stored or sold, and the code is open source.

https://github.com/kjav/HexNewTab                    

एक्सटेंशन की मूल जानकारी

नाम HexTab HexTab
ID mlolhgcdjopgacopeelfoofjbmhklgja
आधिकारिक URL https://chromewebstore.google.com/detail/hextab/mlolhgcdjopgacopeelfoofjbmhklgja
विवरण Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.
फ़ाइल का आकार 39.39 KB
स्थापना संख्या 22
वर्तमान संस्करण 0.6.0
अंतिम अपडेट 2016-04-29
प्रकाशन तिथि 2016-04-28
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Sam
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HexTab",
    "version": "0.6.0",
    "manifest_version": 2,
    "description": "Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "geolocation"
    ],
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    }
}