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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
]
}
]
} | |