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.
What is Retinabbble?
Retinabbble is a Chrome extension developed by Mamun Srizon, and its main feature is "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.".
Extension Screenshots
Download Retinabbble Extension CRX File
Download Retinabbble extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extend your dribbble pages to full width no matter how big your screens are.
Extension Basic Information
Name | Retinabbble |
ID | noiidcpopkcmgmmcdjidgjpbgnooaejf |
Official URL | https://chromewebstore.google.com/detail/retinabbble/noiidcpopkcmgmmcdjidgjpbgnooaejf |
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. |
File Size | 114 KB |
Installation Count | 75 |
Current Version | 1.0.1 |
Last Updated | 2015-07-27 |
Publish Date | 2015-07-27 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Mamun Srizon |
Payment Type | free |
Supported Languages | 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" ] } ] } |