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.
Vad är Black and Red Scrollbar?
Black and Red Scrollbar är en Chrome-tillägg utvecklad av zherryzhohn, och dess huvudfunktion är "Changes The scroll bar to a small simpler black and red scrollbar. Based on my red and black nerv evangelion theme.".
Tilläggsskärmbilder
Ladda ner Black and Red Scrollbar-förlängningens CRX-fil
Ladda ner Black and Red Scrollbar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | acgecdfblegjbbejckcbldclahcdpgdp |
| Officiell webbadress | https://chromewebstore.google.com/detail/black-and-red-scrollbar/acgecdfblegjbbejckcbldclahcdpgdp |
| Beskrivning | Changes The scroll bar to a small simpler black and red scrollbar. Based on my red and black nerv evangelion theme. |
| Filstorlek | 7.95 KB |
| Antal Installationer | 6,168 |
| Aktuell Version | 1.8 |
| Senast Uppdaterad | 2016-01-15 |
| Publiceringsdatum | 2016-01-15 |
| Betyg | 4.12/5 Totalt 164 Betyg |
| Utvecklare | zherryzhohn |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |