directGyazo
This extension redirects a Gyazo link to a direct image link.
Co je directGyazo?
directGyazo je rozšíření Chrome vyvinuté skiilaa, a jeho hlavní funkcí je „This extension redirects a Gyazo link to a direct image link.“.
Stáhnout soubor CRX rozšíření directGyazo
Stáhněte si soubory rozšíření directGyazo ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | oebemlehbnppikcnppfocbfjbhkadnbo |
Oficiální URL | https://chromewebstore.google.com/detail/directgyazo/oebemlehbnppikcnppfocbfjbhkadnbo |
Popis | This extension redirects a Gyazo link to a direct image link. |
Velikost souboru | 3.24 KB |
Počet instalací | 23 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2017-03-05 |
Datum Vydání | 2017-03-05 |
Vývojář | skiilaa |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |