Offline HTML CSS Button Generator
Generate your button without writing Code, apply colour,size and etc using tool.
Qu'est-ce que Offline HTML CSS Button Generator ?
Offline HTML CSS Button Generator est une extension Chrome développée par https://tutorialcodeplay.com, et sa fonction principale est "Generate your button without writing Code, apply colour,size and etc using tool.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Offline HTML CSS Button Generator
Téléchargez les fichiers d'extension Offline HTML CSS Button Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Create your own button without programming (HTML5 CSS3 knowledge).
Informations de Base sur l'Extension
Nom | |
ID | gjheaalanpedahhppimndoajnakpecge |
URL Officiel | 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. |
Taille du Fichier | 1.01 MB |
Nombre d'Installations | 619 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2019-02-04 |
Date de Publication | 2019-02-04 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://tutorialcodeplay.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://tutorialcodeplay.com |
Langues Prises en Charge | 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 } |