SelectGIF
Select a word and get Gif Image :)
What is SelectGIF?
SelectGIF is a Chrome extension developed by http://sage.ga, and its main feature is "Select a word and get Gif Image :)".
Extension Screenshots
Download SelectGIF Extension CRX File
Download SelectGIF extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | migfmkcdgeepjipbcikgnjhjpjhpcpem |
Official URL | https://chrome.google.com/webstore/detail/selectgif/migfmkcdgeepjipbcikgnjhjpjhpcpem |
Description | Select a word and get Gif Image :) |
File Size | 63.3 KB |
Installation Count | 34 |
Current Version | 4.0 |
Last Updated | 2016-11-28 |
Publish Date | 2016-11-28 |
Rating | 1.00/5 Total 1 Ratings |
Developer | http://sage.ga |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://sage.ga |
Supported Languages | 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 } |