Tistory Original Images

Redirect to original image links for Tistory images.

Tistory Original Imagesคืออะไร?

Tistory Original Images เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Scotto และคุณลักษณะหลักของมันคือ "Redirect to original image links for Tistory images."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tistory Original Images

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    }
}