Give me a GIF!
A great tool to kill your productivity
Give me a GIF!คืออะไร?
Give me a GIF! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://alberto.cc และคุณลักษณะหลักของมันคือ "A great tool to kill your productivity"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Give me a GIF!
ดาวน์โหลดไฟล์ส่วนขยาย Give me a GIF! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You need a GIF. You know you need a GIF right now. Install the extension, click the icon and get pleasured with the hottest GIFs from reddit.com/r/gifs. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | lnilkliokcnoaiodkamnegebhnmckacd |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/give-me-a-gif/lnilkliokcnoaiodkamnegebhnmckacd |
| คำอธิบาย | A great tool to kill your productivity |
| ขนาดไฟล์ | 50.01 KB |
| จำนวนการติดตั้ง | 17 |
| เวอร์ชันปัจจุบัน | 1.2 |
| อัปเดตครั้งล่าสุด | 2021-02-01 |
| วันที่เผยแพร่ | 2019-10-20 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | https://alberto.cc |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Give me a GIF!",
"short_name": "GIF!",
"description": "A great tool to kill your productivity",
"version": "1.2",
"author": "Alberto Cabeza Cardiel",
"manifest_version": 2,
"icons": {
"16": "img\/icon\/icon_16.png",
"48": "img\/icon\/icon_48.png",
"128": "img\/icon\/icon_128.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_popup": "index.html",
"default_icon": {
"16": "img\/icon\/icon_16.png",
"48": "img\/icon\/icon_48.png",
"128": "img\/icon\/icon_128.png"
}
}
} | |