SelectGIF
Select a word and get Gif Image :)
SelectGIFとは何ですか?
SelectGIFはhttp://sage.gaによって開発されたChromeの拡張機能で、その主な機能は「Select a word and get Gif Image :)」です。
拡張機能のスクリーンショット
SelectGIF拡張機能のCRXファイルをダウンロード
SelectGIF拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Select a word and Click on the Browser Icon on the top right corner, You will get the Gif relevent to that. Random Gif Generator. Just Click on the icon and Have fun with Gif.
拡張機能の基本情報
名前 | |
ID | migfmkcdgeepjipbcikgnjhjpjhpcpem |
公式URL | https://chrome.google.com/webstore/detail/selectgif/migfmkcdgeepjipbcikgnjhjpjhpcpem |
説明 | Select a word and get Gif Image :) |
ファイルサイズ | 63.3 KB |
インストール数 | 34 |
現在のバージョン | 4.0 |
最終更新日 | 2016-11-28 |
公開日 | 2016-11-28 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | http://sage.ga |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://sage.ga |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SelectGIF", "description": "Select a word and get Gif Image :)", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "*:\/\/*\/*" ], "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_popup": "pop.html", "default_title": "SelectGIF" }, "content_scripts": [ { "js": [ "jquery-1.8.3.min.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ], "run_at": "document_end" } ], "version": "4.0", "manifest_version": 2 } |