Offline HTML CSS Button Generator

Generate your button without writing Code, apply colour,size and etc using tool.

Offline HTML CSS Button Generator क्या है?

Offline HTML CSS Button Generator https://tutorialcodeplay.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate your button without writing Code, apply colour,size and etc using tool."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Create your own button without programming (HTML5 CSS3 knowledge).                    

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

नाम Offline HTML CSS Button Generator Offline HTML CSS Button Generator
ID gjheaalanpedahhppimndoajnakpecge
आधिकारिक URL https://chrome.google.com/webstore/detail/offline-html-css-button-g/gjheaalanpedahhppimndoajnakpecge
विवरण Generate your button without writing Code, apply colour,size and etc using tool.
फ़ाइल का आकार 1.01 MB
स्थापना संख्या 619
वर्तमान संस्करण 1.1
अंतिम अपडेट 2019-02-04
प्रकाशन तिथि 2019-02-04
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://tutorialcodeplay.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://tutorialcodeplay.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Offline HTML CSS Button Generator",
    "description": "Generate your button without writing Code, apply colour,size and etc using tool.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon\/128button.png",
        "default_popup": "index.html"
    },
    "offline_enabled": true,
    "author": "Merbin Joe",
    "homepage_url": "http:\/\/tutorialcodeplay.com",
    "icons": {
        "16": "icon\/16button.png",
        "48": "icon\/48button.png",
        "128": "icon\/128button.png"
    },
    "manifest_version": 2
}