Load GIFs faster with gfycat
This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.
Load GIFs faster with gfycatとは何ですか?
Load GIFs faster with gfycatはShane Afsarによって開発されたChromeの拡張機能で、その主な機能は「This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.」です。
拡張機能のスクリーンショット
Load GIFs faster with gfycat拡張機能のCRXファイルをダウンロード
Load GIFs faster with gfycat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Animated GIFs can be a pain to load. gfycat.com helps solve this by converting the gif into an optimized HTML5 format. This unofficial extension simply adds a context menu item to images and links on the page so that you can have the option of opening the GIF in a new tab with gfycat.com/fetch.
拡張機能の基本情報
名前 | Load GIFs faster with gfycat |
ID | hbiioadoilnnbeoopcabaifhofpplakc |
公式URL | https://chromewebstore.google.com/detail/load-gifs-faster-with-gfy/hbiioadoilnnbeoopcabaifhofpplakc |
説明 | This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com. |
ファイルサイズ | 16.14 KB |
インストール数 | 120 |
現在のバージョン | 1.0 |
最終更新日 | 2014-05-12 |
公開日 | 2014-05-11 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | Shane Afsar |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Load GIFs faster with gfycat", "description": "This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.", "version": "1.0", "permissions": [ "contextMenus" ], "background": { "scripts": [ "main.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |