Rainbows For All

Rainbowify your browsing experience!

Vad är Rainbows For All?

Rainbows For All är en Chrome-tillägg utvecklad av https://jonoshields.com, och dess huvudfunktion är "Rainbowify your browsing experience!".

Tilläggsskärmbilder

screenshot

Ladda ner Rainbows For All-förlängningens CRX-fil

Ladda ner Rainbows For All-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Rainbows For All Rainbows For All
ID joknkidihdjigogoclcheaofmdfhhgfh
Officiell webbadress https://chromewebstore.google.com/detail/rainbows-for-all/joknkidihdjigogoclcheaofmdfhhgfh
Beskrivning Rainbowify your browsing experience!
Filstorlek 21.63 KB
Antal Installationer 179
Aktuell Version 1.1
Senast Uppdaterad 2017-11-27
Publiceringsdatum 2017-11-26
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://jonoshields.com
Betalningssätt free
Stödda Språk 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
}