Website Color Changer
Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.
Co to jest Website Color Changer?
Website Color Changer to rozszerzenie Chrome opracowane przez CodeUnit, a jego główną funkcją jest „Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Website Color Changer
Pobierz pliki rozszerzeń Website Color Changer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | oenehcifpefblopdehjemeheenoamaed |
| Oficjalny URL | https://chrome.google.com/webstore/detail/website-color-changer/oenehcifpefblopdehjemeheenoamaed |
| Opis | Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them. |
| Rozmiar pliku | 455 KB |
| Liczba instalacji | 1,000 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2016-04-25 |
| Data Publikacji | 2016-04-25 |
| Ocena | 3.00/5 Łącznie 19 Oceny |
| Deweloper | CodeUnit |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/CodeUnitPl/Website-Color-Changer |
| Obsługiwane Języki | 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
} | |