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 |
| 官方網址 | 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"
]
}
]
} | |