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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tutorialcodeplay.com และคุณลักษณะหลักของมันคือ "Generate your button without writing Code, apply colour,size and etc using tool."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Offline HTML CSS Button Generator
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |