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 |
| 官方網址 | 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
} | |