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.
Cos'è Black and Red Scrollbar?
Black and Red Scrollbar è un'estensione di Chrome sviluppata da zherryzhohn, e la sua funzione principale è "Changes The scroll bar to a small simpler black and red scrollbar. Based on my red and black nerv evangelion theme.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Black and Red Scrollbar
Scarica i file di estensione Black and Red Scrollbar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | acgecdfblegjbbejckcbldclahcdpgdp |
| URL Ufficiale | https://chromewebstore.google.com/detail/black-and-red-scrollbar/acgecdfblegjbbejckcbldclahcdpgdp |
| Descrizione | Changes The scroll bar to a small simpler black and red scrollbar. Based on my red and black nerv evangelion theme. |
| Dimensione del File | 7.95 KB |
| Conteggio Installazioni | 6,168 |
| Versione Corrente | 1.8 |
| Ultimo Aggiornamento | 2016-01-15 |
| Data di Pubblicazione | 2016-01-15 |
| Valutazione | 4.12/5 Totale 164 Valutazioni |
| Sviluppatore | zherryzhohn |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |