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”。
擴展截圖
下載Gyazo GIF to MP4擴展crx文件
下載Gyazo GIF to MP4擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | phpfbeibpmjjinlbohgmpejeoecgblkg |
官方網址 | 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" ] } |