SelectGIF
Select a word and get Gif Image :)
Vad är SelectGIF?
SelectGIF är en Chrome-tillägg utvecklad av http://sage.ga, och dess huvudfunktion är "Select a word and get Gif Image :)".
Tilläggsskärmbilder
Ladda ner SelectGIF-förlängningens CRX-fil
Ladda ner SelectGIF-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | migfmkcdgeepjipbcikgnjhjpjhpcpem |
Officiell webbadress | https://chrome.google.com/webstore/detail/selectgif/migfmkcdgeepjipbcikgnjhjpjhpcpem |
Beskrivning | Select a word and get Gif Image :) |
Filstorlek | 63.3 KB |
Antal Installationer | 34 |
Aktuell Version | 4.0 |
Senast Uppdaterad | 2016-11-28 |
Publiceringsdatum | 2016-11-28 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | http://sage.ga |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | http://sage.ga |
Stödda Språk | 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 } |