Yung GIF
Top 25 gifs (and more) on reddit - one click away.
Yung GIFคืออะไร?
Yung GIF เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tom และคุณลักษณะหลักของมันคือ "Top 25 gifs (and more) on reddit - one click away."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yung GIF
ดาวน์โหลดไฟล์ส่วนขยาย Yung GIF ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get notified when there is new amazingness on the web. Pick as many subreddits U like (e.g. /r/gifs, /r/earthporn, /r/aww_gifs) and Yung GIF will non-intrusively notify you when new GIFs appeared.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pcbjhjfodgcbadhdpponooolomfhlamg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/pcbjhjfodgcbadhdpponooolomfhlamg |
คำอธิบาย | Top 25 gifs (and more) on reddit - one click away. |
ขนาดไฟล์ | 88.85 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 0.3.1 |
อัปเดตครั้งล่าสุด | 2016-10-16 |
วันที่เผยแพร่ | 2016-10-16 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Tom |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Tomtomgo/Yung-gif |
URL หน้าช่วยเหลือ | https://github.com/Tomtomgo/Yung-gif |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Yung GIF", "description": "Top 25 gifs (and more) on reddit - one click away.", "version": "0.3.1", "short_name": "Yung GIF", "permissions": [ "tabs", "storage", "alarms" ], "background": { "persistent": false, "scripts": [ "jquery-2.1.0.min.js", "pingu.js", "yung_gif.js" ] }, "browser_action": { "default_icon": "crapicon.png", "tooltip": "Let's find GIFs." }, "options_page": "i_want_more.html", "icons": { "16": "assets\/logo16.png", "48": "assets\/logo48.png", "128": "assets\/logo.png" } } |