Black and Red Scrollbar
Changes The scroll bar to a small simpler black and red scrollbar. Based on my red and black nerv evangelion theme.
Was ist Black and Red Scrollbar?
Black and Red Scrollbar ist eine Chrome-Erweiterung, die von zherryzhohn entwickelt wurde, und ihr Hauptmerkmal ist "Changes The scroll bar to a small simpler black and red scrollbar. Based on my red and black nerv evangelion theme.".
Erweiterungsscreenshots
Black and Red Scrollbar-Erweiterungs-CRX-Datei herunterladen
Laden Sie Black and Red Scrollbar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Changes The scroll bar to a small simpler black and red scrollbar.
Based on my red and black nerv evangelion theme.
find more of my chrome themes here
https://goo.gl/IUk7YM
Thanks 12ozmousesuks and all the anime girls and robots.
For updates, feedback, or suggestions. Contact me at twitter.com/Zherryzhohn
12/09/10: This extension won the 100% CLEAN award granted by Softpedia
http://mac.softpedia.com/progClean/Black-and-Red-Scrollbar-Clean-90010.html
12/29/10: I fixed a slight tweak in naming the PNG files. It should fix the problems some people had. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | acgecdfblegjbbejckcbldclahcdpgdp |
| Offizielle URL | https://chromewebstore.google.com/detail/black-and-red-scrollbar/acgecdfblegjbbejckcbldclahcdpgdp |
| Beschreibung | Changes The scroll bar to a small simpler black and red scrollbar. Based on my red and black nerv evangelion theme. |
| Dateigröße | 7.95 KB |
| Installationsanzahl | 6,168 |
| Aktuelle Version | 1.8 |
| Letztes Update | 2016-01-15 |
| Veröffentlichungsdatum | 2016-01-15 |
| Bewertung | 4.12/5 Insgesamt 164 Bewertungen |
| Entwickler | zherryzhohn |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.8",
"content_scripts": [
{
"css": [
"evascrollbars.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"description": "Changes The scroll bar to a small simpler black and red scrollbar. Based on my red and black nerv evangelion theme. ",
"icons": {
"128": "icon128.png",
"48": "icon48.png"
},
"name": "Black and Red Scrollbar"
} | |