Is it Saturday?
Tells you if it is Saturday in any timezone UTC+14 to UTC-12
Is it Saturday?คืออะไร?
Is it Saturday? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย goatcheese90 และคุณลักษณะหลักของมันคือ "Tells you if it is Saturday in any timezone UTC+14 to UTC-12"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Is it Saturday?
ดาวน์โหลดไฟล์ส่วนขยาย Is it Saturday? ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tells you if it is Saturday in any timezone UTC+14 to UTC-12. Useful for shitposting in programming groups
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Is it Saturday? |
ID | fefdcnndlgbemifbhgnijbmjganpdmke |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/is-it-saturday/fefdcnndlgbemifbhgnijbmjganpdmke |
คำอธิบาย | Tells you if it is Saturday in any timezone UTC+14 to UTC-12 |
ขนาดไฟล์ | 9.18 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-11-19 |
วันที่เผยแพร่ | 2017-11-18 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | goatcheese90 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Is it Saturday?", "version": "1.0", "manifest_version": 2, "description": "Tells you if it is Saturday in any timezone UTC+14 to UTC-12", "permissions": [ "alarms" ], "browser_action": { "default_icon": "no.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |