SelectGIF
Select a word and get Gif Image :)
SelectGIFคืออะไร?
SelectGIF เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sage.ga และคุณลักษณะหลักของมันคือ "Select a word and get Gif Image :)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SelectGIF
ดาวน์โหลดไฟล์ส่วนขยาย SelectGIF ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Select a word and Click on the Browser Icon on the top right corner, You will get the Gif relevent to that. Random Gif Generator. Just Click on the icon and Have fun with Gif.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | migfmkcdgeepjipbcikgnjhjpjhpcpem |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/selectgif/migfmkcdgeepjipbcikgnjhjpjhpcpem |
คำอธิบาย | Select a word and get Gif Image :) |
ขนาดไฟล์ | 63.3 KB |
จำนวนการติดตั้ง | 34 |
เวอร์ชันปัจจุบัน | 4.0 |
อัปเดตครั้งล่าสุด | 2016-11-28 |
วันที่เผยแพร่ | 2016-11-28 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://sage.ga |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://sage.ga |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SelectGIF", "description": "Select a word and get Gif Image :)", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "*:\/\/*\/*" ], "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_popup": "pop.html", "default_title": "SelectGIF" }, "content_scripts": [ { "js": [ "jquery-1.8.3.min.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ], "run_at": "document_end" } ], "version": "4.0", "manifest_version": 2 } |