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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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