Ubuntu Orange Selection Color
Changes text selection color to Orange like in the Ambiance Theme.
Co to jest Ubuntu Orange Selection Color?
Ubuntu Orange Selection Color to rozszerzenie Chrome opracowane przez darkfur93, a jego główną funkcją jest „Changes text selection color to Orange like in the Ambiance Theme.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ubuntu Orange Selection Color
Pobierz pliki rozszerzeń Ubuntu Orange Selection Color 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
Change log: Version: 2.0 June 15, 2013: Updated Manifest, New images Version: 1.1 September 17, 2011: Bug fixes
Podstawowe informacje o rozszerzeniu
Nazwa | Ubuntu Orange Selection Color |
ID | bociknnlecmldnnglpoijppnpdeiofbm |
Oficjalny URL | https://chromewebstore.google.com/detail/ubuntu-orange-selection-c/bociknnlecmldnnglpoijppnpdeiofbm |
Opis | Changes text selection color to Orange like in the Ambiance Theme. |
Rozmiar pliku | 5.22 KB |
Liczba instalacji | 231 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2013-06-16 |
Data Publikacji | 2013-06-15 |
Ocena | 4.44/5 Łącznie 16 Oceny |
Deweloper | darkfur93 |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ubuntu Orange Selection Color", "version": "2.0", "manifest_version": 2, "description": "Changes text selection color to Orange like in the Ambiance Theme.", "icons": { "48": "images\/icon48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "css": [ "stylesheets\/selection.css" ] } ] } |