Image Quickviewer

This extension allows the user to view a full-size photo. Especially useful on Instagram.

ما هو Image Quickviewer؟

Image Quickviewer هو إضافة Chrome تم تطويرها بواسطة jmargolisvt، والميزة الرئيسية لها هي "This extension allows the user to view a full-size photo. Especially useful on Instagram.".

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

screenshot

تحميل ملف CRX للإضافة Image Quickviewer

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

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

                        Ever want to see the full size image on Instagram?  Now you can!

This extension only does one thing: it follows the url for the image or video asset on an Instagram page.  To use it, just look at an image detail on Instagram (after you click an image in the feed, it appears in a modal) then click the Image Quickviewer button and your browser will take you to the full image or video asset. 

Depending on what the original image resolution is, you may or may not notice a big difference.  But it also makes it easier to right-click and download the image directly too.  You'll need to use your browser's back button to return to the list page.

Technically speaking, this button will navigate to the last image or first video on any page.  This isn't necessarily useful, but it works out great on Instagram (for now).  Enjoy!                    

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

الاسم Image Quickviewer Image Quickviewer
ID jedpdleonppfjpdoabogjbmjlbnekaip
عنوان URL الرسمي https://chrome.google.com/webstore/detail/image-quickviewer/jedpdleonppfjpdoabogjbmjlbnekaip
الوصف This extension allows the user to view a full-size photo. Especially useful on Instagram.
حجم الملف 6.18 KB
عدد التثبيتات 378
النسخة الحالية 1.0.1
آخر تحديث 2018-01-30
تاريخ النشر 2018-01-30
تقييم 3.86/5 مجموع تقييمات 7
المطور jmargolisvt
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Quickviewer",
    "description": "This extension allows the user to view a full-size photo.  Especially useful on Instagram.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "View full-size photo"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}