Fix Lightshot

In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…

ما هو Fix Lightshot؟

Fix Lightshot هو إضافة Chrome تم تطويرها بواسطة Ryan Hecht، والميزة الرئيسية لها هي "In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Fix Lightshot

قم بتنزيل ملفات الامتداد Fix Lightshot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website to make it more difficult to view the source image of your screenshot. 

In response, this extension allows you to bypass the https://prnt.sc page altogether, and instead directly loads the source URL of the image you're trying to view.                    

معلومات أساسية عن التمديد

الاسم Fix Lightshot Fix Lightshot
ID dahidcllknfnoleplldmphdnmacjglph
عنوان URL الرسمي https://chromewebstore.google.com/detail/fix-lightshot/dahidcllknfnoleplldmphdnmacjglph
الوصف In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…
حجم الملف 31.97 KB
عدد التثبيتات 4,000
النسخة الحالية 1.0
آخر تحديث 2018-02-20
تاريخ النشر 2018-02-20
تقييم 3.55/5 مجموع تقييمات 20
المطور Ryan Hecht
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fix Lightshot",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/prnt.sc\/*",
                "http:\/\/prnt.sc\/*"
            ],
            "js": [
                "content.js"
            ],
            "icons": {
                "128": "icon128.png",
                "48": "icon48.png"
            }
        }
    ]
}