Color Changer
Change the current page color
Co to jest Color Changer?
Color Changer to rozszerzenie Chrome opracowane przez http://cleandesk.info, a jego główną funkcją jest „Change the current page color”.
Pobierz plik CRX rozszerzenia Color Changer
Pobierz pliki rozszerzeń 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
When you add the chrome pictures app, the Color Changer icon appears in Chrome's app launcher on the Tab page, along with your other apps. You can fire up the color changer from here, instead of pinned tabs or the address bar. Go forth and take pictures!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gdolkoaggoefghmnahegdiahpmijjmea |
Oficjalny URL | https://chrome.google.com/webstore/detail/color-changer/gdolkoaggoefghmnahegdiahpmijjmea |
Opis | Change the current page color |
Rozmiar pliku | 4.08 KB |
Liczba instalacji | 48 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-08-25 |
Data Publikacji | 2016-08-23 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | http://cleandesk.info |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | http://cleandesk.info/privacypolicy.html |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color Changer", "description": "Change the current page color", "version": "1.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Set this page's color.", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |