GImages Direct

Makes your Google Images experience better .. :)

ما هو GImages Direct؟

GImages Direct هو إضافة Chrome تم تطويرها بواسطة iAnuj، والميزة الرئيسية لها هي "Makes your Google Images experience better .. :)".

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

screenshot

تحميل ملف CRX للإضافة GImages Direct

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

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

                        Gives you instant direct access to images.

# Opens direct images in a silent background tab (a time saver for power users)
# Searches for 640x480 and higher images by default
# Right click context menu option to enable/disable GImages Direct.
# + some miscellaneous tweaks

All this to make your Google Images experience better .. :)                    

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

الاسم GImages Direct GImages Direct
ID cifcbgbmllbmjpjpcnifgadnkcoimpll
عنوان URL الرسمي https://chrome.google.com/webstore/detail/gimages-direct/cifcbgbmllbmjpjpcnifgadnkcoimpll
الوصف Makes your Google Images experience better .. :)
حجم الملف 9.69 KB
عدد التثبيتات 20
النسخة الحالية 0.1.6
آخر تحديث 2012-08-26
تاريخ النشر 2012-08-26
تقييم 4.00/5 مجموع تقييمات 1
المطور iAnuj
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GImages Direct",
    "description": "Makes your Google Images experience better .. :)",
    "version": "0.1.6",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png"
    },
    "background": {
        "page": "bg.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*.google.com\/*tbm=isch*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "google-images-direct.js",
        "style.css"
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "*:\/\/*.google.com\/*tbm=isch*"
    ]
}