hotdogstandify
Bring the beauty of Hot Dog Stand to the web.
hotdogstandifyคืออะไร?
hotdogstandify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย steverichey และคุณลักษณะหลักของมันคือ "Bring the beauty of Hot Dog Stand to the web."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย hotdogstandify
ดาวน์โหลดไฟล์ส่วนขยาย hotdogstandify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | hotdogstandify |
ID | ciihagbemefjodlofbklgjdkacpjlmjj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hotdogstandify/ciihagbemefjodlofbklgjdkacpjlmjj |
คำอธิบาย | Bring the beauty of Hot Dog Stand to the web. |
ขนาดไฟล์ | 7.07 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2015-05-12 |
วันที่เผยแพร่ | 2015-05-11 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | steverichey |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "hotdogstandify", "description": "Bring the beauty of Hot Dog Stand to the web.", "version": "0.2.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "hotdogstandify.js" ], "persistent": false }, "browser_action": { "default_icon": "icon_16.png", "default_title": "hotdogstandify!" }, "icons": { "16": "icon_16.png", "32": "icon_32.png" }, "manifest_version": 2 } |