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.
Co je Retinabbble?
Retinabbble je rozšíření Chrome vyvinuté Mamun Srizon, a jeho hlavní funkcí je „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.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Retinabbble
Stáhněte si soubory rozšíření Retinabbble ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Extend your dribbble pages to full width no matter how big your screens are. Základní Informace o Rozšíření
| Název | |
| ID | noiidcpopkcmgmmcdjidgjpbgnooaejf |
| Oficiální URL | https://chromewebstore.google.com/detail/retinabbble/noiidcpopkcmgmmcdjidgjpbgnooaejf |
| Popis | 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. |
| Velikost souboru | 114 KB |
| Počet instalací | 75 |
| Aktuální Verze | 1.0.1 |
| Poslední Aktualizace | 2015-07-27 |
| Datum Vydání | 2015-07-27 |
| Hodnocení | 5.00/5 Celkem 6 Hodnocení |
| Vývojář | Mamun Srizon |
| Typ Platby | free |
| Podporované Jazyky | 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"
]
}
]
} | |