Tistory Original Images

Redirect to original image links for Tistory images.

Wat is Tistory Original Images?

Tistory Original Images is een Chrome-extensie ontwikkeld door Scotto, en de belangrijkste functie is "Redirect to original image links for Tistory images.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Tistory Original Images

Download Tistory Original Images-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

                        An extension to redirect you from resized/compressed Tistory image links to their original Tistory image links.                    

Basisinformatie over de Extensie

Naam Tistory Original Images Tistory Original Images
ID bdgdplnchnhegggceefhpnefnebpaflp
Officiële URL https://chromewebstore.google.com/detail/tistory-original-images/bdgdplnchnhegggceefhpnefnebpaflp
Beschrijving Redirect to original image links for Tistory images.
Bestandsgrootte 10.17 KB
Aantal Installaties 118
Huidige Versie 0.1.5
Laatst Bijgewerkt 2018-06-29
Publicatiedatum 2018-06-29
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Scotto
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tistory Original Images",
    "description": "Redirect to original image links for Tistory images.",
    "version": "0.1.5",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": ".\/icons\/iconx16.png",
        "48": ".\/icons\/iconx48.png",
        "128": ".\/icons\/iconx128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "16": ".\/icons\/iconx16.png",
            "48": ".\/icons\/iconx48.png",
            "128": ".\/icons\/iconx128.png"
        }
    },
    "commands": {
        "save": {
            "suggested_key": {
                "default": "Ctrl+S",
                "mac": "Command+S"
            },
            "description": "Save"
        }
    }
}