Transparent

Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.

ما هو Transparent؟

Transparent هو إضافة Chrome تم تطويرها بواسطة becca.ooo، والميزة الرئيسية لها هي "Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Transparent

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

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

                        Easily view how an image would look on your blog or see hidden text written in white at full resolution!                    

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

الاسم Transparent Transparent
ID phkhgilamababakkmpaegfafbefhgfoe
عنوان URL الرسمي https://chrome.google.com/webstore/detail/transparent/phkhgilamababakkmpaegfafbefhgfoe
الوصف Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.
حجم الملف 4.69 KB
عدد التثبيتات 376
النسخة الحالية 1.1.2
آخر تحديث 2014-11-08
تاريخ النشر 2014-11-08
تقييم 2.50/5 مجموع تقييمات 10
المطور becca.ooo
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Transparent",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.tumblr.com\/*",
                "https:\/\/www.tumblr.com\/*"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}