Tistory Original Images

Redirect to original image links for Tistory images.

Tistory Original Images là gì?

Tistory Original Images là một tiện ích mở rộng Chrome được phát triển bởi Scotto, và tính năng chính của nó là "Redirect to original image links for Tistory images.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tistory Original Images

Tải xuống các tệp mở rộng Tistory Original Images dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tistory Original Images Tistory Original Images
ID bdgdplnchnhegggceefhpnefnebpaflp
URL Chính Thức https://chromewebstore.google.com/detail/tistory-original-images/bdgdplnchnhegggceefhpnefnebpaflp
Mô tả Redirect to original image links for Tistory images.
Kích Thước Tệp 10.17 KB
Số Lần Cài Đặt 118
Phiên Bản Hiện Tại 0.1.5
Cập Nhật Lần Cuối 2018-06-29
Ngày Phát Hành 2018-06-29
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Scotto
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}