FE cheatsheets
FE helper
FE cheatsheetsคืออะไร?
FE cheatsheets เป็นส่วนขยายของ Chrome ที่พัฒนาโดย linyongping และคุณลักษณะหลักของมันคือ "FE helper"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FE cheatsheets
ดาวน์โหลดไฟล์ส่วนขยาย FE cheatsheets ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Useful cheat sheets for front end developer
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FE cheatsheets |
ID | koclgecfmdaphmpjicbkmhhdhnelipnl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fe-cheatsheets/koclgecfmdaphmpjicbkmhhdhnelipnl |
คำอธิบาย | FE helper |
ขนาดไฟล์ | 243 KB |
จำนวนการติดตั้ง | 26 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2017-12-14 |
วันที่เผยแพร่ | 2017-12-13 |
ผู้พัฒนา | linyongping |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FE cheatsheets", "version": "1.0.1", "description": "FE helper", "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "browser_action": { "default_icon": { "19": "images\/logo.png", "38": "images\/logo.png" }, "default_title": "FE cheatsheets collector", "default_popup": "index.html" } } |