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
官方網址 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"
        }
    }
}