More Colors
One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.
Co to jest More Colors?
More Colors to rozszerzenie Chrome opracowane przez Daniel W, a jego główną funkcją jest „One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia More Colors
Pobierz pliki rozszerzeń More Colors 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
One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | annnclmombcdbkkadbffibajhjpopgdo |
Oficjalny URL | https://chrome.google.com/webstore/detail/more-colors/annnclmombcdbkkadbffibajhjpopgdo |
Opis | One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling. |
Rozmiar pliku | 5.15 KB |
Liczba instalacji | 53 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2014-09-25 |
Data Publikacji | 2014-09-25 |
Ocena | 4.00/5 Łącznie 6 Oceny |
Deweloper | Daniel W |
Typ Płatności | free |
Strona Rozszerzenia | http://www.danielw.org |
Adres URL Strony Pomocy | http://www.danielw.org |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "More Colors", "version": "1.0.2", "permissions": [ "activeTab", "tabs", "background" ], "icons": { "16": "color.png" }, "browser_action": { "default_title": "Makes your internet experience a little more colorful", "default_icon": "color.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "hover.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |