Green Scroll Bar - Pure CSS3 (from ZIG)

Green Scrollbar. Pure CSS3, no JS. Simple and Cute! Just extracted from ZIG( zzllrr Imager Geek ) http://goo.gl/n8SMk

Green Scroll Bar - Pure CSS3 (from ZIG) là gì?

Green Scroll Bar - Pure CSS3 (from ZIG) là một tiện ích mở rộng Chrome được phát triển bởi https://sites.google.com/site/zzllrrimager, và tính năng chính của nó là "Green Scrollbar. Pure CSS3, no JS. Simple and Cute! Just extracted from ZIG( zzllrr Imager Geek ) http://goo.gl/n8SMk".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Green Scroll Bar - Pure CSS3 (from ZIG)

Tải xuống các tệp mở rộng Green Scroll Bar - Pure CSS3 (from ZIG) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        A simple Chrome Scroll Bar just extracted from zzllrr Imager. 

*Green and Cute!

*Pure CSS3, no JS(JavaScript)!

*Work well on web pages, iframes, textarea, etc.

Don't go away if you need other scrollbar styles. 
Below are CSS Hack/MOD/DIY Tips.

/* 1. The original CSS of scrollbar from zzllrr imager */

::-webkit-scrollbar{
	background-color:white;  	
	width:10px;
        height:10px;
	-webkit-box-shadow:2px 2px 6px rgba(0,0,0,.5) inset;
}
::-webkit-scrollbar-thumb{
        border-radius:5px;
	background-color:white;
	-webkit-box-shadow:2px 2px 6px rgba(0,0,0,.5),inset -2px 2px 2px rgba(204,204,204,0.1),inset 2px -2px 2px rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover{
	background-color:#a2c437;
}

/* 2. Just go to this extension folder 
(Your-Default-Chrome-Extension-Folder\Default\Extensions\hnnpahlmflcceeadbeollhmmkfhfelnn\1.0.1_0))
       to find the CSS file zzllrrImagerScrollbar.css to modify as you wish. 
*/

/* 3. Go to chrome://extensions/ to disable this extension and then enable it. 
        Over! Nice job!
*/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Green Scroll Bar - Pure CSS3 (from ZIG) Green Scroll Bar - Pure CSS3 (from ZIG)
ID hnnpahlmflcceeadbeollhmmkfhfelnn
URL Chính Thức https://chromewebstore.google.com/detail/green-scroll-bar-pure-css/hnnpahlmflcceeadbeollhmmkfhfelnn
Mô tả Green Scrollbar. Pure CSS3, no JS. Simple and Cute! Just extracted from ZIG( zzllrr Imager Geek ) http://goo.gl/n8SMk
Kích Thước Tệp 12.47 KB
Số Lần Cài Đặt 537
Phiên Bản Hiện Tại 2013.6.27
Cập Nhật Lần Cuối 2013-06-27
Ngày Phát Hành 2013-06-26
Đánh Giá 4.31/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://sites.google.com/site/zzllrrimager
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://chrome.google.com/webstore/detail/gfjhimhkjmipphnaminnnnjpnlneeplk
URL Trang Trợ Giúp http://weibo.com/zzllrrImager
URL Trang Chính Sách Bảo Mật https://sites.google.com/site/zzllrrimager/about
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Green Scroll Bar - Pure CSS3 (from ZIG)",
    "version": "2013.6.27",
    "description": "Green Scrollbar. Pure CSS3, no JS. Simple and Cute! Just extracted from ZIG( zzllrr Imager Geek ) http:\/\/goo.gl\/n8SMk",
    "icons": {
        "16": "img\/16.jpg",
        "48": "img\/48.jpg",
        "128": "img\/128.gif"
    },
    "content_scripts": [
        {
            "css": [
                "ZIG-Scrollbar.css"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/gfjhimhkjmipphnaminnnnjpnlneeplk",
    "manifest_version": 2
}