Offline HTML CSS Button Generator

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

What is Offline HTML CSS Button Generator?

Offline HTML CSS Button Generator is a Chrome extension developed by https://tutorialcodeplay.com, and its main feature is "Generate your button without writing Code, apply colour,size and etc using tool.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Offline HTML CSS Button Generator Extension CRX File

Download Offline HTML CSS Button Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Offline HTML CSS Button Generator Offline HTML CSS Button Generator
ID gjheaalanpedahhppimndoajnakpecge
Official URL https://chrome.google.com/webstore/detail/offline-html-css-button-g/gjheaalanpedahhppimndoajnakpecge
Description Generate your button without writing Code, apply colour,size and etc using tool.
File Size 1.01 MB
Installation Count 619
Current Version 1.1
Last Updated 2019-02-04
Publish Date 2019-02-04
Rating 5.00/5 Total 2 Ratings
Developer https://tutorialcodeplay.com
Email [email protected]
Payment Type free
Extension Website http://tutorialcodeplay.com
Supported Languages 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
}