Random Images
Simple extension that will show a random image! Made possible by https://picsum.photos
Random Imagesคืออะไร?
Random Images เป็นส่วนขยายของ Chrome ที่พัฒนาโดย West_Of_House_ และคุณลักษณะหลักของมันคือ "Simple extension that will show a random image! Made possible by https://picsum.photos"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Random Images
ดาวน์โหลดไฟล์ส่วนขยาย Random Images ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Awesome extension that generates random, high quality images with the click of a button!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Random Images |
ID | ibokafjdhcelfjdcbekpkgnbjndnomcl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/random-images/ibokafjdhcelfjdcbekpkgnbjndnomcl |
คำอธิบาย | Simple extension that will show a random image! Made possible by https://picsum.photos |
ขนาดไฟล์ | 54.7 KB |
จำนวนการติดตั้ง | 123 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2021-04-08 |
วันที่เผยแพร่ | 2021-04-08 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | West_Of_House_ |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Images", "manifest_version": 3, "version": "1.1", "description": "Simple extension that will show a random image! Made possible by https:\/\/picsum.photos", "content_security_policy": { "content_scripts": "script-src 'self' 'unsafe-inline'", "extension_pages": "script-src 'self'; object-src 'none'" }, "action": { "default_icon": "logo.png", "default_badge": "logo.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" } } |