IT'S TIME FOR ALEX!
Alex time...
IT'S TIME FOR ALEX!คืออะไร?
IT'S TIME FOR ALEX! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JordanWelch และคุณลักษณะหลักของมันคือ "Alex time..."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IT'S TIME FOR ALEX!
ดาวน์โหลดไฟล์ส่วนขยาย IT'S TIME FOR ALEX! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Just a little project I made for my digital media class in school along with my friends, Alex and Davis. Thank you to the maker of the TIME TO STOP extension and Filthy Frank for the inspiration. No Alexes were harmed in the making of this extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ibjnjklanhlepfahlbfohminnhinnbmk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/its-time-for-alex/ibjnjklanhlepfahlbfohminnhinnbmk |
คำอธิบาย | Alex time... |
ขนาดไฟล์ | 15.7 MB |
จำนวนการติดตั้ง | 307 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-03-27 |
วันที่เผยแพร่ | 2019-03-27 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | JordanWelch |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "TIME FOR ALEX" }, "content_scripts": [ { "css": [ "timetostop.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ] } ], "description": "Alex time... ", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "IT'S TIME FOR ALEX!", "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "web_accessible_resources": [ "assets\/*" ] } |