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.
什麼是Black and Red Scrollbar?
Black and Red Scrollbar是由zherryzhohn開發的Chrome擴展程式,該擴展的主要功能是“Changes The scroll bar to a small simpler black and red scrollbar. Based on my red and black nerv evangelion theme.”。
擴展截圖
下載Black and Red Scrollbar擴展crx文件
下載Black and Red Scrollbar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | acgecdfblegjbbejckcbldclahcdpgdp |
| 官方網址 | https://chromewebstore.google.com/detail/black-and-red-scrollbar/acgecdfblegjbbejckcbldclahcdpgdp |
| 簡介 | Changes The scroll bar to a small simpler black and red scrollbar. Based on my red and black nerv evangelion theme. |
| 檔案大小 | 7.95 KB |
| 安裝次數 | 6,168 |
| 目前版本 | 1.8 |
| 更新時間 | 2016-01-15 |
| 上架時間 | 2016-01-15 |
| 評分 | 4.12/5 共 164 次評分 |
| 開發者 | zherryzhohn |
| 付費類型 | free |
| 支援的語言 | 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"
} | |