directGyazo
This extension redirects a Gyazo link to a direct image link.
Was ist directGyazo?
directGyazo ist eine Chrome-Erweiterung, die von skiilaa entwickelt wurde, und ihr Hauptmerkmal ist "This extension redirects a Gyazo link to a direct image link.".
directGyazo-Erweiterungs-CRX-Datei herunterladen
Laden Sie directGyazo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | oebemlehbnppikcnppfocbfjbhkadnbo |
Offizielle URL | https://chromewebstore.google.com/detail/directgyazo/oebemlehbnppikcnppfocbfjbhkadnbo |
Beschreibung | This extension redirects a Gyazo link to a direct image link. |
Dateigröße | 3.24 KB |
Installationsanzahl | 23 |
Aktuelle Version | 1.0 |
Letztes Update | 2017-03-05 |
Veröffentlichungsdatum | 2017-03-05 |
Entwickler | skiilaa |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |