directGyazo
This extension redirects a Gyazo link to a direct image link.
Wat is directGyazo?
directGyazo is een Chrome-extensie ontwikkeld door skiilaa, en de belangrijkste functie is "This extension redirects a Gyazo link to a direct image link.".
Download het CRX-bestand van de extensie directGyazo
Download directGyazo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | oebemlehbnppikcnppfocbfjbhkadnbo |
Officiële URL | https://chromewebstore.google.com/detail/directgyazo/oebemlehbnppikcnppfocbfjbhkadnbo |
Beschrijving | This extension redirects a Gyazo link to a direct image link. |
Bestandsgrootte | 3.24 KB |
Aantal Installaties | 23 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-03-05 |
Publicatiedatum | 2017-03-05 |
Ontwikkelaar | skiilaa |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |