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.
Что такое Retinabbble?
Retinabbble - это расширение Chrome, разработанное Mamun Srizon, и его основная функция - "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.".
Снимки экрана расширения
Скачать файл CRX расширения Retinabbble
Скачайте файлы расширений Retinabbble в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Extend your dribbble pages to full width no matter how big your screens are. Основная информация о расширении
| Название | |
| ID | noiidcpopkcmgmmcdjidgjpbgnooaejf |
| Официальный URL | https://chromewebstore.google.com/detail/retinabbble/noiidcpopkcmgmmcdjidgjpbgnooaejf |
| Описание | 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. |
| Размер файла | 114 KB |
| Количество установок | 75 |
| Текущая Версия | 1.0.1 |
| Последнее Обновление | 2015-07-27 |
| Дата публикации | 2015-07-27 |
| Рейтинг | 5.00/5 Всего 6 оценок |
| Разработчик | Mamun Srizon |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
]
}
]
} | |