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

O que é Green Scroll Bar - Pure CSS3 (from ZIG)?

Green Scroll Bar - Pure CSS3 (from ZIG) é uma extensão do Chrome desenvolvida por https://sites.google.com/site/zzllrrimager, e sua principal característica é "Green Scrollbar. Pure CSS3, no JS. Simple and Cute! Just extracted from ZIG( zzllrr Imager Geek ) http://goo.gl/n8SMk".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Green Scroll Bar - Pure CSS3 (from ZIG)

Baixe arquivos de extensão Green Scroll Bar - Pure CSS3 (from ZIG) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!
*/                    

Informações Básicas da Extensão

Nome Green Scroll Bar - Pure CSS3 (from ZIG) Green Scroll Bar - Pure CSS3 (from ZIG)
ID hnnpahlmflcceeadbeollhmmkfhfelnn
URL Oficial https://chromewebstore.google.com/detail/green-scroll-bar-pure-css/hnnpahlmflcceeadbeollhmmkfhfelnn
Descrição Green Scrollbar. Pure CSS3, no JS. Simple and Cute! Just extracted from ZIG( zzllrr Imager Geek ) http://goo.gl/n8SMk
Tamanho do Arquivo 12.47 KB
Contagem de Instalações 537
Versão Atual 2013.6.27
Última Atualização 2013-06-27
Data de Publicação 2013-06-26
Classificação 4.31/5 Total de 16 Avaliações
Desenvolvedor https://sites.google.com/site/zzllrrimager
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://chrome.google.com/webstore/detail/gfjhimhkjmipphnaminnnnjpnlneeplk
URL da Página de Ajuda http://weibo.com/zzllrrImager
URL da Página de Política de Privacidade https://sites.google.com/site/zzllrrimager/about
Idiomas Suportados 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
}