GIF Tabs
Gives you a fun new animated gif in every fresh tab
GIF Tabsคืออะไร?
GIF Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jeremy Gillick และคุณลักษณะหลักของมันคือ "Gives you a fun new animated gif in every fresh tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GIF Tabs
ดาวน์โหลดไฟล์ส่วนขยาย GIF Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Every time you open a new tab or window a new animated gif will be shown, randomly chosen from multiple sources across the web. You can see the history of gifs shown and favorite the ones you like. Source code: https://github.com/jgillick/gif_tabs
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GIF Tabs |
ID | jalcacajhmhkljdkkdnlfmnebdfkijjk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gif-tabs/jalcacajhmhkljdkkdnlfmnebdfkijjk |
คำอธิบาย | Gives you a fun new animated gif in every fresh tab |
ขนาดไฟล์ | 1.48 MB |
จำนวนการติดตั้ง | 109 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2020-03-04 |
วันที่เผยแพร่ | 2020-03-03 |
คะแนน | 1.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Jeremy Gillick |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jgillick/gif_tabs |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GIF Tabs", "description": "Gives you a fun new animated gif in every fresh tab", "version": "1.2.1", "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage" ], "icons": { "16": "images\/logo_16x16.png", "48": "images\/logo_48x48.png", "128": "images\/logo_128x128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |