directGyazo

This extension redirects a Gyazo link to a direct image link.

Vad är directGyazo?

directGyazo är en Chrome-tillägg utvecklad av skiilaa, och dess huvudfunktion är "This extension redirects a Gyazo link to a direct image link.".

Ladda ner directGyazo-förlängningens CRX-fil

Ladda ner directGyazo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn directGyazo directGyazo
ID oebemlehbnppikcnppfocbfjbhkadnbo
Officiell webbadress https://chromewebstore.google.com/detail/directgyazo/oebemlehbnppikcnppfocbfjbhkadnbo
Beskrivning This extension redirects a Gyazo link to a direct image link.
Filstorlek 3.24 KB
Antal Installationer 23
Aktuell Version 1.0
Senast Uppdaterad 2017-03-05
Publiceringsdatum 2017-03-05
Utvecklare skiilaa
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}