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"
        }
    }
}