Scrollbar diet
Makes scrollbars thin and orange.
Co to jest Scrollbar diet?
Scrollbar diet to rozszerzenie Chrome opracowane przez code42day, a jego główną funkcją jest „Makes scrollbars thin and orange.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Scrollbar diet
Pobierz pliki rozszerzeń Scrollbar diet 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
Changes style of the scrollbars to resemble those used by Ubuntu. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cacpdhkipimgfbkcdnkimkekjpfimabb |
| Oficjalny URL | https://chromewebstore.google.com/detail/scrollbar-diet/cacpdhkipimgfbkcdnkimkekjpfimabb |
| Opis | Makes scrollbars thin and orange. |
| Rozmiar pliku | 17.13 KB |
| Liczba instalacji | 619 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2013-08-27 |
| Data Publikacji | 2013-08-27 |
| Ocena | 4.53/5 Łącznie 15 Oceny |
| Deweloper | code42day |
| Typ Płatności | free |
| Strona Rozszerzenia | http://code42day.com |
| Adres URL Strony Pomocy | https://github.com/pirxpilot/scrollbar-diet |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Scrollbar diet",
"description": "Makes scrollbars thin and orange.",
"version": "1.0",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"css": [
"scrollbars.css"
]
}
]
} | |