Website Color Changer
Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.
Vad är Website Color Changer?
Website Color Changer är en Chrome-tillägg utvecklad av CodeUnit, och dess huvudfunktion är "Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.".
Tilläggsskärmbilder
Ladda ner Website Color Changer-förlängningens CRX-fil
Ladda ner Website Color Changer-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
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äggande Information om Tillägg
Namn | |
ID | oenehcifpefblopdehjemeheenoamaed |
Officiell webbadress | https://chrome.google.com/webstore/detail/website-color-changer/oenehcifpefblopdehjemeheenoamaed |
Beskrivning | Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them. |
Filstorlek | 455 KB |
Antal Installationer | 1,000 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-04-25 |
Publiceringsdatum | 2016-04-25 |
Betyg | 3.00/5 Totalt 19 Betyg |
Utvecklare | CodeUnit |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/CodeUnitPl/Website-Color-Changer |
Stödda Språk | 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 } |