directGyazo
This extension redirects a Gyazo link to a direct image link.
Qu'est-ce que directGyazo ?
directGyazo est une extension Chrome développée par skiilaa, et sa fonction principale est "This extension redirects a Gyazo link to a direct image link.".
Télécharger le fichier CRX de l'extension directGyazo
Téléchargez les fichiers d'extension directGyazo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | oebemlehbnppikcnppfocbfjbhkadnbo |
URL Officiel | https://chromewebstore.google.com/detail/directgyazo/oebemlehbnppikcnppfocbfjbhkadnbo |
Description | This extension redirects a Gyazo link to a direct image link. |
Taille du Fichier | 3.24 KB |
Nombre d'Installations | 23 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-03-05 |
Date de Publication | 2017-03-05 |
Développeur | skiilaa |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |