Tinted Windows

This extension allows the user to selected a tinted overlay to show on the current page.

ما هو Tinted Windows؟

Tinted Windows هو إضافة Chrome تم تطويرها بواسطة Andrew Hook، والميزة الرئيسية لها هي "This extension allows the user to selected a tinted overlay to show on the current page.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Tinted Windows

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

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

                                            

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

الاسم Tinted Windows Tinted Windows
ID kablmamgeapmmjmolcppdcagmdepjmml
عنوان URL الرسمي https://chrome.google.com/webstore/detail/tinted-windows/kablmamgeapmmjmolcppdcagmdepjmml
الوصف This extension allows the user to selected a tinted overlay to show on the current page.
حجم الملف 6.48 KB
عدد التثبيتات 611
النسخة الحالية 3.0
آخر تحديث 2017-05-18
تاريخ النشر 2017-05-18
تقييم 4.75/5 مجموع تقييمات 4
المطور Andrew Hook
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tinted Windows",
    "description": "This extension allows the user to selected a tinted overlay to show on the current page.",
    "version": "3.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "Andy Hook ",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/ajax.googleapis.com\/"
    ]
}