Retinabbble
If you are a dribbble addicted as well as you have a high resulation display, it's time to view more dribbble shots in a row.
O que é Retinabbble?
Retinabbble é uma extensão do Chrome desenvolvida por Mamun Srizon, e sua principal característica é "If you are a dribbble addicted as well as you have a high resulation display, it's time to view more dribbble shots in a row.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Retinabbble
Baixe arquivos de extensão Retinabbble 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
Extend your dribbble pages to full width no matter how big your screens are.
Informações Básicas da Extensão
Nome | Retinabbble |
ID | noiidcpopkcmgmmcdjidgjpbgnooaejf |
URL Oficial | https://chromewebstore.google.com/detail/retinabbble/noiidcpopkcmgmmcdjidgjpbgnooaejf |
Descrição | If you are a dribbble addicted as well as you have a high resulation display, it's time to view more dribbble shots in a row. |
Tamanho do Arquivo | 114 KB |
Contagem de Instalações | 75 |
Versão Atual | 1.0.1 |
Última Atualização | 2015-07-27 |
Data de Publicação | 2015-07-27 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | Mamun Srizon |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Retinabbble", "description": "If you are a dribbble addicted as well as you have a high resulation display, it's time to view more dribbble shots in a row.", "author": "Mamun Srizon", "homepage_url": "http:\/\/dribbble.com\/srizon", "version": "1.0.1", "icons": { "16": "icons\/retinabbble-16.png", "48": "icons\/retinabbble-48.png", "128": "icons\/retinabbble-128.png", "512": "icons\/retinabbble-512.png" }, "permissions": [ "https:\/\/dribbble.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/dribbble.com\/*" ], "css": [ "css\/retinabbble.css" ] } ] } |