SelectGIF
Select a word and get Gif Image :)
Co to jest SelectGIF?
SelectGIF to rozszerzenie Chrome opracowane przez http://sage.ga, a jego główną funkcją jest „Select a word and get Gif Image :)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SelectGIF
Pobierz pliki rozszerzeń SelectGIF w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | migfmkcdgeepjipbcikgnjhjpjhpcpem |
Oficjalny URL | https://chrome.google.com/webstore/detail/selectgif/migfmkcdgeepjipbcikgnjhjpjhpcpem |
Opis | Select a word and get Gif Image :) |
Rozmiar pliku | 63.3 KB |
Liczba instalacji | 34 |
Aktualna Wersja | 4.0 |
Ostatnia Aktualizacja | 2016-11-28 |
Data Publikacji | 2016-11-28 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | http://sage.ga |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | http://sage.ga |
Obsługiwane Języki | 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 } |