Rich Image Previewer

Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.

ما هو Rich Image Previewer؟

Rich Image Previewer هو إضافة Chrome تم تطويرها بواسطة Yoshifumi Shiiba، والميزة الرئيسية لها هي "Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.".

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

screenshot

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

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

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

                        This extension adds the Rich UI for the open image in tab mode on Google Chrome.
It does not eat RAM on no using because runs only open an image on tab.

The MIT License
https://github.com/YoshifumiShiiba/RichImagePreviewer                    

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

الاسم Rich Image Previewer Rich Image Previewer
ID bnonggkheicloopdmbkkomefmokffafi
عنوان URL الرسمي https://chromewebstore.google.com/detail/rich-image-previewer/bnonggkheicloopdmbkkomefmokffafi
الوصف Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.
حجم الملف 317 KB
عدد التثبيتات 70
النسخة الحالية 1.0.2
آخر تحديث 2013-04-13
تاريخ النشر 2013-04-13
تقييم 3.00/5 مجموع تقييمات 2
المطور Yoshifumi Shiiba
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.",
    "name": "Rich Image Previewer",
    "minimum_chrome_version": "20.0.0.0",
    "icons": {
        "48": "imageinfo-48.png",
        "128": "imageinfo-128.png",
        "16": "imageinfo-16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*.jpg",
                "https:\/\/*\/*.jpg",
                "http:\/\/*\/*.jpeg",
                "https:\/\/*\/*.jpeg",
                "http:\/\/*\/*.gif",
                "https:\/\/*\/*.gif",
                "http:\/\/*\/*.png",
                "https:\/\/*\/*.png"
            ],
            "js": [
                "jquery-1.9.1.js",
                "jquery-ui-1.10.2.custom.min.js",
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.0.2"
}