Scrollbar diet
Makes scrollbars thin and orange.
什麼是Scrollbar diet?
Scrollbar diet是由code42day開發的Chrome擴展程式,該擴展的主要功能是“Makes scrollbars thin and orange.”。
擴展截圖
下載Scrollbar diet擴展crx文件
下載Scrollbar diet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Changes style of the scrollbars to resemble those used by Ubuntu. 擴展基本資訊
| 名稱 | |
| ID | cacpdhkipimgfbkcdnkimkekjpfimabb |
| 官方網址 | https://chromewebstore.google.com/detail/scrollbar-diet/cacpdhkipimgfbkcdnkimkekjpfimabb |
| 簡介 | Makes scrollbars thin and orange. |
| 檔案大小 | 17.13 KB |
| 安裝次數 | 619 |
| 目前版本 | 1.0 |
| 更新時間 | 2013-08-27 |
| 上架時間 | 2013-08-27 |
| 評分 | 4.53/5 共 15 次評分 |
| 開發者 | code42day |
| 付費類型 | free |
| 擴展官網 | http://code42day.com |
| 說明頁面URL | https://github.com/pirxpilot/scrollbar-diet |
| 支援的語言 | 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"
]
}
]
} | |