Gyazo GIF to MP4

An extension to change GIFs to MP4 version on Gyazo

Gyazo GIF to MP4란 무엇입니까?

Gyazo GIF to MP4은(는) lukasmcd14에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to change GIFs to MP4 version on Gyazo"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Gyazo GIF to MP4 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Are you sick of having to switch those Gyazo GIFs over to MP4? Well why bother. With this extension, the GIF will switch automatically over to MP4 format allowing for faster, smoother playback.

Images used, with permission, contain OG_Arist0tle. You can find him over at https://twitch.tv/og_arist0tle                    

확장 프로그램 기본 정보

이름 Gyazo GIF to MP4 Gyazo GIF to MP4
ID phpfbeibpmjjinlbohgmpejeoecgblkg
공식 URL https://chrome.google.com/webstore/detail/gyazo-gif-to-mp4/phpfbeibpmjjinlbohgmpejeoecgblkg
설명 An extension to change GIFs to MP4 version on Gyazo
파일 크기 23.03 KB
설치 횟수 363
현재 버전 1.0.2.1
최근 업데이트 2016-12-03
출시 날짜 2016-12-03
평점 3.67/5 총 6 개의 평점
개발자 lukasmcd14
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gyazo GIF to MP4",
    "short_name": "GIF to MP4",
    "version": "1.0.2.1",
    "manifest_version": 2,
    "description": "An extension to change GIFs to MP4 version on Gyazo",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "author": "Lukas McDiarmid",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gyazo.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/injectGyazo.js"
    ]
}