directGyazo
This extension redirects a Gyazo link to a direct image link.
Hvad er directGyazo?
directGyazo er en Chrome-udvidelse udviklet af skiilaa, og dens hovedfunktion er "This extension redirects a Gyazo link to a direct image link.".
Download directGyazo-udvidelses-CRX-fil
Download directGyazo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | oebemlehbnppikcnppfocbfjbhkadnbo |
Officiel URL | https://chromewebstore.google.com/detail/directgyazo/oebemlehbnppikcnppfocbfjbhkadnbo |
Beskrivelse | This extension redirects a Gyazo link to a direct image link. |
Filstørrelse | 3.24 KB |
Antal Installationer | 23 |
Nuværende Version | 1.0 |
Senest Opdateret | 2017-03-05 |
Udgivelsesdato | 2017-03-05 |
Udvikler | skiilaa |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |