Full Window Image Viewer

View images on the current page as a slideshow.

ما هو Full Window Image Viewer؟

Full Window Image Viewer هو إضافة Chrome تم تطويرها بواسطة http://toptip.ca، والميزة الرئيسية لها هي "View images on the current page as a slideshow.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Full Window Image Viewer

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

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

                        You can easily view images of a page with Full Window Image Viewer extension. After the installation, you can click on the extension's icon to turn on the Image Viewer, or you can right-click on an image and select the Full Window Image Viewer menu to view the image.

Full Window Image Viewer extension can also play a slideshow for all the images on the current web page.                    

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

الاسم Full Window Image Viewer Full Window Image Viewer
ID poakplgknboogmjglihkhdgpljkmajel
عنوان URL الرسمي https://chrome.google.com/webstore/detail/full-window-image-viewer/poakplgknboogmjglihkhdgpljkmajel
الوصف View images on the current page as a slideshow.
حجم الملف 37.48 KB
عدد التثبيتات 4,173
النسخة الحالية 3.2
آخر تحديث 2013-09-02
تاريخ النشر 2013-09-02
تقييم 3.05/5 مجموع تقييمات 44
المطور http://toptip.ca
نوع الدفع free
موقع الإضافة http://www.toptip.ca/2012/03/google-chrome-extension-image-viewer.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Window Image Viewer",
    "version": "3.2",
    "manifest_version": 2,
    "description": "View images on the current page as a slideshow.",
    "browser_action": {
        "default_icon": {
            "19": "logo19.png",
            "38": "logo38.png"
        }
    },
    "background": {
        "scripts": [
            "imageviewerbg.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}