Website Color Changer
Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.
Wat is Website Color Changer?
Website Color Changer is een Chrome-extensie ontwikkeld door CodeUnit, en de belangrijkste functie is "Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.".
Extensie Screenshots
Download het CRX-bestand van de extensie Website Color Changer
Download Website Color Changer-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
Handy open source extension that helps you to adjust website colors. == Features == ✓ List text and background colors available on inspected website ✓ Use webpage elements highlighting to find specific color ✓ Realtime color changing using color picker ✓ Export all changes to json == Contribute == https://github.com/CodeUnitPl/Website-Color-Changer
Basisinformatie over de Extensie
Naam | |
ID | oenehcifpefblopdehjemeheenoamaed |
Officiële URL | https://chrome.google.com/webstore/detail/website-color-changer/oenehcifpefblopdehjemeheenoamaed |
Beschrijving | Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them. |
Bestandsgrootte | 455 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-04-25 |
Publicatiedatum | 2016-04-25 |
Beoordeling | 3.00/5 Totaal 19 Beoordelingen |
Ontwikkelaar | CodeUnit |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/CodeUnitPl/Website-Color-Changer |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Website Color Changer", "version": "1.0", "author": "CodeUnit", "homepage_url": "https:\/\/github.com\/CodeUnitPl\/Website-Color-Changer", "permissions": [ "tabs", "activeTab", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.", "devtools_page": "devtools.html", "manifest_version": 2 } |