scroll style
Like android's scroll bars. 像android的滚动条。Forked from onlywsx's extension. 移植自onlywsx的原扩展
什麼是scroll style?
scroll style是由Jomic開發的Chrome擴展程式,該擴展的主要功能是“Like android's scroll bars. 像android的滚动条。Forked from onlywsx's extension. 移植自onlywsx的原扩展”。
擴展截圖
下載scroll style擴展crx文件
下載scroll style擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Like a scroll bar in the android, activity display the scroll bar, usually when they don't show, don't take any extension process. 像android中滚动条一样,活动时显示滚动条,平常时则不显示,不占扩展进程。
===============================
1.2.X update:
add horizontal scrollbar.
detect flash player in full window mode and hide this scrollbar.(experimental)
update colors from material design guide.
update jquery to be compatible with firefox.
注:原作者联系不上,代码是我私自更新的。非码农,bug修复极慢。╮(╯▽╰)╭ 擴展基本資訊
| 名稱 | |
| ID | dojgafhdmabofajcjcihnbdklglboald |
| 官方網址 | https://chromewebstore.google.com/detail/scroll-style/dojgafhdmabofajcjcihnbdklglboald |
| 簡介 | Like android's scroll bars. 像android的滚动条。Forked from onlywsx's extension. 移植自onlywsx的原扩展 |
| 檔案大小 | 61.4 KB |
| 安裝次數 | 1,558 |
| 目前版本 | 1.2.5 |
| 更新時間 | 2017-12-07 |
| 上架時間 | 2017-12-07 |
| 評分 | 4.48/5 共 40 次評分 |
| 開發者 | Jomic |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"css": [
"css.css"
],
"js": [
"jquery-3.1.1.min.js",
"onload-chrome.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"description": "Like android's scroll bars. \u50cfandroid\u7684\u6eda\u52a8\u6761\u3002Forked from onlywsx's extension. \u79fb\u690d\u81eaonlywsx\u7684\u539f\u6269\u5c55",
"icons": {
"128": "icon128.png",
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png"
},
"manifest_version": 2,
"name": "scroll style",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"version": "1.2.5"
} | |