Offline HTML CSS Button Generator

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

Vad är Offline HTML CSS Button Generator?

Offline HTML CSS Button Generator är en Chrome-tillägg utvecklad av https://tutorialcodeplay.com, och dess huvudfunktion är "Generate your button without writing Code, apply colour,size and etc using tool.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Offline HTML CSS Button Generator-förlängningens CRX-fil

Ladda ner Offline HTML CSS Button Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Offline HTML CSS Button Generator Offline HTML CSS Button Generator
ID gjheaalanpedahhppimndoajnakpecge
Officiell webbadress https://chrome.google.com/webstore/detail/offline-html-css-button-g/gjheaalanpedahhppimndoajnakpecge
Beskrivning Generate your button without writing Code, apply colour,size and etc using tool.
Filstorlek 1.01 MB
Antal Installationer 619
Aktuell Version 1.1
Senast Uppdaterad 2019-02-04
Publiceringsdatum 2019-02-04
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://tutorialcodeplay.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://tutorialcodeplay.com
Stödda Språk 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
}