Website Color Changer
Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.
Hvad er Website Color Changer?
Website Color Changer er en Chrome-udvidelse udviklet af CodeUnit, og dens hovedfunktion er "Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.".
Udvidelsesskærmbilleder
Download Website Color Changer-udvidelses-CRX-fil
Download Website Color Changer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | oenehcifpefblopdehjemeheenoamaed |
Officiel URL | https://chrome.google.com/webstore/detail/website-color-changer/oenehcifpefblopdehjemeheenoamaed |
Beskrivelse | Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them. |
Filstørrelse | 455 KB |
Antal Installationer | 1,000 |
Nuværende Version | 1.0 |
Senest Opdateret | 2016-04-25 |
Udgivelsesdato | 2016-04-25 |
Bedømmelse | 3.00/5 Samlet 19 Bedømmelser |
Udvikler | CodeUnit |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/CodeUnitPl/Website-Color-Changer |
Understøttede Sprog | 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 } |