Tistory Original Images

Redirect to original image links for Tistory images.

什么是Tistory Original Images?

Tistory Original Images是由Scotto开发的Chrome扩展程序,该扩展的主要功能是“Redirect to original image links for Tistory images.”。

扩展截图

screenshot
screenshot
screenshot

下载Tistory Original Images扩展crx文件

下载Tistory Original Images扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Tistory Original Images Tistory Original Images
ID bdgdplnchnhegggceefhpnefnebpaflp
官方URL https://chromewebstore.google.com/detail/tistory-original-images/bdgdplnchnhegggceefhpnefnebpaflp
简介 Redirect to original image links for Tistory images.
文件大小 10.17 KB
安装次数 118
当前版本 0.1.5
更新时间 2018-06-29
上架时间 2018-06-29
评分 5.00/5 共2次评分
开发者 Scotto
付费类型 free
支持的语言 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"
        }
    }
}