GIF the Web
Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.
GIF the Webとは何ですか?
GIF the WebはAndy Freelandによって開発されたChromeの拡張機能で、その主な機能は「Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.」です。
拡張機能のスクリーンショット
GIF the Web拡張機能のCRXファイルをダウンロード
GIF the Web拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Have you ever wished Facebook animated GIFs like a real website? Have you ever wanted gchat (including hangouts!) to show images inline? Well, now they do. The web just got more awesome. Now with Google Hangouts support!
拡張機能の基本情報
名前 | GIF the Web |
ID | lljgfacpcbajoiobfcgbijhbkfpibkhc |
公式URL | https://chromewebstore.google.com/detail/gif-the-web/lljgfacpcbajoiobfcgbijhbkfpibkhc |
説明 | Animate GIFs on Facebook. Show images on gchat. Make the web more awesome. |
ファイルサイズ | 85.61 KB |
インストール数 | 292 |
現在のバージョン | 0.7.4 |
最終更新日 | 2016-08-01 |
公開日 | 2016-08-01 |
評価 | 5.00/5 合計 9 レビュー |
開発者 | Andy Freeland |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/rouge8/gif-the-web#readme |
ヘルプページのURL | https://github.com/rouge8/gif-the-web/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GIF the Web", "version": "0.7.4", "manifest_version": 2, "description": "Animate GIFs on Facebook. Show images on gchat. Make the web more awesome.", "homepage_url": "https:\/\/github.com\/rouge8\/gif-the-web", "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "js": [ "jquery.js", "sites\/facebook.com.js" ] }, { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "jquery.js", "lodash.js", "sites\/mail.google.com.js" ] }, { "all_frames": true, "matches": [ "https:\/\/talkgadget.google.com\/*" ], "js": [ "jquery.js", "lodash.js", "URI.js", "sites\/talkgadget.google.com.js" ] }, { "all_frames": true, "matches": [ "https:\/\/hangouts.google.com\/*" ], "js": [ "jquery.js", "lodash.js", "URI.js", "sites\/talkgadget.google.com.js" ] } ] } |