Rainbows For All

Rainbowify your browsing experience!

ما هو Rainbows For All؟

Rainbows For All هو إضافة Chrome تم تطويرها بواسطة https://jonoshields.com، والميزة الرئيسية لها هي "Rainbowify your browsing experience!".

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

screenshot

تحميل ملف CRX للإضافة Rainbows For All

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

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

                        Rainbows for all allows anybody to improve their browsing experience dramatically by replacing those boring white backgrounds to something a bit more interesting.

Features :
-Rainbows

Note: Does not work on all sites (as some sites override certain styling that this app relies on).                    

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

الاسم Rainbows For All Rainbows For All
ID joknkidihdjigogoclcheaofmdfhhgfh
عنوان URL الرسمي https://chromewebstore.google.com/detail/rainbows-for-all/joknkidihdjigogoclcheaofmdfhhgfh
الوصف Rainbowify your browsing experience!
حجم الملف 21.63 KB
عدد التثبيتات 179
النسخة الحالية 1.1
آخر تحديث 2017-11-27
تاريخ النشر 2017-11-26
تقييم 5.00/5 مجموع تقييمات 3
المطور https://jonoshields.com
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rainbows For All",
    "version": "1.1",
    "description": "Rainbowify your browsing experience!",
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "js": [
                "addContent.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        "rainbow.js"
    ],
    "browser_action": {
        "default_icon": {
            "32": "icon-32.png"
        },
        "default_title": "Rainbows!"
    },
    "manifest_version": 2
}