directGyazo
This extension redirects a Gyazo link to a direct image link.
Co to jest directGyazo?
directGyazo to rozszerzenie Chrome opracowane przez skiilaa, a jego główną funkcją jest „This extension redirects a Gyazo link to a direct image link.”.
Pobierz plik CRX rozszerzenia directGyazo
Pobierz pliki rozszerzeń directGyazo 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
Afraid of possible attacks in Gyazo? Tired of not being able to zoom into the picture using Ctrl+Scroll? This is the extension for you. Anytime you open a Gyazo link, this extension will redirect your to the direct image file stored on the Gyazo servers.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | oebemlehbnppikcnppfocbfjbhkadnbo |
Oficjalny URL | https://chromewebstore.google.com/detail/directgyazo/oebemlehbnppikcnppfocbfjbhkadnbo |
Opis | This extension redirects a Gyazo link to a direct image link. |
Rozmiar pliku | 3.24 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-03-05 |
Data Publikacji | 2017-03-05 |
Deweloper | skiilaa |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "directGyazo", "description": "This extension redirects a Gyazo link to a direct image link.", "version": "1.0", "background": { "scripts": [ "gyazoRed.js" ] }, "permissions": [ "tabs" ] } |