Offline HTML CSS Button Generator
Generate your button without writing Code, apply colour,size and etc using tool.
Cos'è Offline HTML CSS Button Generator?
Offline HTML CSS Button Generator è un'estensione di Chrome sviluppata da https://tutorialcodeplay.com, e la sua funzione principale è "Generate your button without writing Code, apply colour,size and etc using tool.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Offline HTML CSS Button Generator
Scarica i file di estensione Offline HTML CSS Button Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Create your own button without programming (HTML5 CSS3 knowledge). Informazioni di Base sull'Estensione
| Nome | |
| ID | gjheaalanpedahhppimndoajnakpecge |
| URL Ufficiale | https://chrome.google.com/webstore/detail/offline-html-css-button-g/gjheaalanpedahhppimndoajnakpecge |
| Descrizione | Generate your button without writing Code, apply colour,size and etc using tool. |
| Dimensione del File | 1.01 MB |
| Conteggio Installazioni | 619 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2019-02-04 |
| Data di Pubblicazione | 2019-02-04 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://tutorialcodeplay.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://tutorialcodeplay.com |
| Lingue Supportate | 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
} | |