Gfycat - Click to GIF

Instantly grab and share videos as gifs!

Gfycat - Click to GIFคืออะไร?

Gfycat - Click to GIF เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://gfycat.com และคุณลักษณะหลักของมันคือ "Instantly grab and share videos as gifs!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gfycat - Click to GIF

ดาวน์โหลดไฟล์ส่วนขยาย Gfycat - Click to GIF ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Gfycat - Click to GIF is the official Gfycat extension for creating GIFs from video and streaming sites. See something you like on YouTube? Click the icon in the URL bar and share the memorable few seconds with your friends on Reddit, Facebook, Twitter and more.
How about that play you see on Twitch? Click the icon when you see an amazing hit, catch, pass, shootout and eternalize it in a perfect GIF for generations to come! Relive the perfect moment again and again or recount your favorite player's moment.

We support a variety of social networks including Twitter, Facebook and Instagram to name a few so you can recreate the moment into a looping GIF on Gfycat, talk about it on Reddit, share it on Tumblr or tweet it on Twitter.

In some cases, we show an icon in the top right corner of the video for easy access to the extension. There is an option to disable it if you prefer a clean UI, in the chrome extensions tab.

v. 1.0.4: Updated based on your feedback. A bunch of new sites supported! Performance improvements :)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Gfycat - Click to GIF Gfycat - Click to GIF
ID oibenkcbdjgjlanfpidmllcejpdboajb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gfycat-click-to-gif/oibenkcbdjgjlanfpidmllcejpdboajb
คำอธิบาย Instantly grab and share videos as gifs!
ขนาดไฟล์ 97.03 KB
จำนวนการติดตั้ง 669
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2018-04-11
วันที่เผยแพร่ 2018-04-11
คะแนน 3.43/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา http://gfycat.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://gfycat.com
URL หน้าช่วยเหลือ http://gfycat.com/support
URL หน้านโยบายความเป็นส่วนตัว https://gfycat.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "1.1.1",
    "manifest_version": 2,
    "short_name": "__MSG_extensionShortName__",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "http:\/\/gfycat.com\/?src=chrmext",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "config.js",
            "jquery.js",
            "backgroundshim.js",
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "icons\/icon-32.png",
            "38": "icons\/icon-64.png"
        },
        "default_title": "__MSG_pageActionTitle__"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "webRequest",
        "contextMenus",
        "notifications",
        "tabs",
        "storage",
        "https:\/\/*.gfycat.com\/*",
        "http:\/\/*.twitch.tv\/*",
        ""
    ],
    "web_accessible_resources": [
        "*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "config.js",
                "jquery.js",
                "contentshim.js",
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.twitch.tv\/*"
        ]
    }
}