YouTube™ In GIFsとは何ですか?
YouTube™ In GIFsはwhizzzkidによって開発されたChromeの拡張機能で、その主な機能は「Redirects you to the awesome GIF YouTube™ service [[email protected]]」です。
拡張機能のスクリーンショット
YouTube™ In GIFs拡張機能のCRXファイルをダウンロード
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
拡張機能の基本情報
名前 | YouTube™ In GIFs |
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 |
Eメール | [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" } } |