GIF Pocket
Generate reaction gifs links easily for any occasion.
GIF Pocketとは何ですか?
GIF PocketはTony Guglielmiによって開発されたChromeの拡張機能で、その主な機能は「Generate reaction gifs links easily for any occasion.」です。
拡張機能のスクリーンショット
GIF Pocket拡張機能のCRXファイルをダウンロード
GIF Pocket拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
GIF Pocket aggregates all the albums and their images at http://reactiongifsarchive.imgur.com/ to help improve your commenting/replying experience on all sites.
拡張機能の基本情報
名前 | |
ID | cfgbgcnjmhffmmdmkchhiaegjngpcjdh |
公式URL | https://chrome.google.com/webstore/detail/gif-pocket/cfgbgcnjmhffmmdmkchhiaegjngpcjdh |
説明 | Generate reaction gifs links easily for any occasion. |
ファイルサイズ | 56.58 KB |
インストール数 | 74 |
現在のバージョン | 0.0.3 |
最終更新日 | 2014-04-06 |
公開日 | 2014-04-06 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Tony Guglielmi |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GIF Pocket", "version": "0.0.3", "manifest_version": 2, "description": "Generate reaction gifs links easily for any occasion.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon-16.png", "default_title": "GIF Pocket", "default_popup": "p.html" }, "permissions": [ "clipboardRead", "clipboardWrite", "contextMenus", "storage", "tabs" ] } |