YouTube™ In GIFsคืออะไร?
YouTube™ In GIFs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย whizzzkid และคุณลักษณะหลักของมันคือ "Redirects you to the awesome GIF YouTube™ service [[email protected]]"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube™ In GIFs
ดาวน์โหลดไฟล์ส่วนขยาย YouTube™ In GIFs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
gifyoutube.com is awesome. It let's me create any YouTube™ video as GIF. This extension ads a button to instantly create GIFs from youtube videos.
Source code: https://gitlab.com/whizzzkid/YouTubeGIF
Changelog:
v0.1: Initial Release ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hdkmckbmnnlfcjkggbkjekmhigodpkan |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-in-gifs/hdkmckbmnnlfcjkggbkjekmhigodpkan |
| คำอธิบาย | Redirects you to the awesome GIF YouTube™ service [[email protected]] |
| ขนาดไฟล์ | 59.13 KB |
| จำนวนการติดตั้ง | 547 |
| เวอร์ชันปัจจุบัน | 0.1 |
| อัปเดตครั้งล่าสุด | 2016-02-25 |
| วันที่เผยแพร่ | 2016-02-25 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | whizzzkid |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://gifs.com/ |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "YouTube\u2122 In GIFs",
"description": "Redirects you to the awesome GIF YouTube\u2122 service [[email protected]]",
"version": "0.1",
"permissions": [
"*:\/\/www.youtube.com\/*",
"*:\/\/gifs.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"js": [
"jquery.js",
"gif.js",
"ga.js",
"ga-config.js"
]
},
{
"matches": [
"*:\/\/gifs.com\/*"
],
"js": [
"installed.js"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |