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是由Mamun Srizon开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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"
]
}
]
} | |