Rainbows For All

Rainbowify your browsing experience!

Apa itu Rainbows For All?

Rainbows For All adalah ekstensi Chrome yang dikembangkan oleh https://jonoshields.com, dan fitur utamanya adalah "Rainbowify your browsing experience!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Rainbows For All

Unduh file ekstensi Rainbows For All dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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).                    

Informasi Dasar Ekstensi

Nama Rainbows For All Rainbows For All
ID joknkidihdjigogoclcheaofmdfhhgfh
URL Resmi https://chromewebstore.google.com/detail/rainbows-for-all/joknkidihdjigogoclcheaofmdfhhgfh
Deskripsi Rainbowify your browsing experience!
Ukuran File 21.63 KB
Jumlah Instalasi 179
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-11-27
Tanggal Publikasi 2017-11-26
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://jonoshields.com
Tipe Pembayaran free
Bahasa yang Didukung 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
}