Grey Scrollbar with buttons
Widens and darkens the scrollbar and adds back the buttons. Uses css only.
O que é Grey Scrollbar with buttons?
Grey Scrollbar with buttons é uma extensão do Chrome desenvolvida por chippy, e sua principal característica é "Widens and darkens the scrollbar and adds back the buttons. Uses css only.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Grey Scrollbar with buttons
Baixe arquivos de extensão Grey Scrollbar with buttons 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
This extension widens and darkens the scrollbars in chrome, and adds back the top and bottom buttons to the scrollbar. It uses browser css only.
Informações Básicas da Extensão
Nome | Grey Scrollbar with buttons |
ID | delbmlkicoecjgfkhlpojijdpfeagjcd |
URL Oficial | https://chromewebstore.google.com/detail/grey-scrollbar-with-butto/delbmlkicoecjgfkhlpojijdpfeagjcd |
Descrição | Widens and darkens the scrollbar and adds back the buttons. Uses css only. |
Tamanho do Arquivo | 11.05 KB |
Contagem de Instalações | 1,126 |
Versão Atual | 0.1.2 |
Última Atualização | 2014-04-12 |
Data de Publicação | 2014-04-12 |
Classificação | 4.63/5 Total de 16 Avaliações |
Desenvolvedor | chippy |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Grey Scrollbar with buttons", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "custom.css" ] } ], "version": "0.1.2", "description": "Widens and darkens the scrollbar and adds back the buttons. Uses css only.", "manifest_version": 2, "icons": { "48": "icon48.png", "128": "icon128.png" } } |