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开发的Chrome扩展程序,该扩展的主要功能是“Generate your button without writing Code, apply colour,size and etc using tool.”。
扩展截图
下载Offline HTML CSS Button Generator扩展crx文件
下载Offline HTML CSS Button Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Create your own button without programming (HTML5 CSS3 knowledge).
扩展基本信息
名称 | |
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 } |