Image File Name Popup

Image file name popup.

ما هو Image File Name Popup؟

Image File Name Popup هو إضافة Chrome تم تطويرها بواسطة macha، والميزة الرئيسية لها هي "Image file name popup.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Image File Name Popup

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

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

                        image file name popup.
Show pop-up when you place the cursor over the image.                    

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

الاسم Image File Name Popup Image File Name Popup
ID ciifjhaiolekjnnekkbnnidegmmcjlca
عنوان URL الرسمي https://chromewebstore.google.com/detail/image-file-name-popup/ciifjhaiolekjnnekkbnnidegmmcjlca
الوصف Image file name popup.
حجم الملف 90.51 KB
عدد التثبيتات 341
النسخة الحالية 1.0
آخر تحديث 2015-01-05
تاريخ النشر 2015-01-05
تقييم 4.00/5 مجموع تقييمات 6
المطور macha
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/style.css"
            ],
            "js": [
                "jquery.min.js",
                "script.js",
                "js\/TweenMax.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Image file name popup.",
    "name": "Image File Name Popup",
    "permissions": [
        "background",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "pictos\/32.png",
            "38": "pictos\/128.png"
        },
        "default_title": "Img File Name Popup"
    },
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ]
    },
    "manifest_version": 2,
    "version": "1.0"
}