is.gd URL Shortener
is.gd URL Shortener
Co to jest is.gd URL Shortener?
is.gd URL Shortener to rozszerzenie Chrome opracowane przez 14k, a jego główną funkcją jest „is.gd URL Shortener”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia is.gd URL Shortener
Pobierz pliki rozszerzeń is.gd URL Shortener 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
UNMAINTAINED Version 1.0.0.1 changes: -Fixed url encoding Version 1.0.0.2 changes: -Forced to update manifest file Version 1.0.0.3 changes: -Fixed security issues caused by inline scripts ban. (which broked extension) Version 1.0.0.4 changes: -Fiex CORS
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cdofbppppmjfejecfiegjnmbbgichjhg |
Oficjalny URL | https://chrome.google.com/webstore/detail/isgd-url-shortener/cdofbppppmjfejecfiegjnmbbgichjhg |
Opis | is.gd URL Shortener |
Rozmiar pliku | 26.31 KB |
Liczba instalacji | 1,261 |
Aktualna Wersja | 1.0.0.4 |
Ostatnia Aktualizacja | 2017-05-22 |
Data Publikacji | 2017-05-22 |
Ocena | 4.39/5 Łącznie 49 Oceny |
Deweloper | 14k |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://steamcommunity.com/id/xozyain/ |
Obsługiwane Języki | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "description": "is.gd URL Shortener", "icons": { "128": "isgd.png" }, "manifest_version": 2, "name": "is.gd URL Shortener", "permissions": [ "tabs", "http:\/\/*\/", "http:\/\/is.gd\/*", "https:\/\/is.gd\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0.4" } |