Rainbow
Make your links change colors!!!
Wat is Rainbow?
Rainbow is een Chrome-extensie ontwikkeld door NotGil, en de belangrijkste functie is "Make your links change colors!!!".
Extensie Screenshots
Download het CRX-bestand van de extensie Rainbow
Download Rainbow-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | dakkojkkhbmilehagencljkjlhnakcdp |
Officiële URL | https://chrome.google.com/webstore/detail/rainbow/dakkojkkhbmilehagencljkjlhnakcdp |
Beschrijving | Make your links change colors!!! |
Bestandsgrootte | 64.73 KB |
Aantal Installaties | 6,000 |
Huidige Versie | 0.8.2 |
Laatst Bijgewerkt | 2017-01-24 |
Publicatiedatum | 2017-01-24 |
Beoordeling | 4.46/5 Totaal 39 Beoordelingen |
Ontwikkelaar | NotGil |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rainbow", "description": "Make your links change colors!!!", "version": "0.8.2", "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "32": "icons\/icon32.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "rainbow.js" ], "run_at": "document_start" } ], "permissions": [ "activeTab", "management", "storage" ] } |