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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}