Dribbble Shot Zoom
See the full size shot without opening it
ما هو Dribbble Shot Zoom؟
Dribbble Shot Zoom هو إضافة Chrome تم تطويرها بواسطة Zviad Sichinava، والميزة الرئيسية لها هي "See the full size shot without opening it".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dribbble Shot Zoom
قم بتنزيل ملفات الامتداد Dribbble Shot Zoom بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
See the full-size Dribbble shot without opening it. Please don`t misuse the extension - If you like the shot click the ❤ button from home screen.
معلومات أساسية عن التمديد
الاسم | |
ID | igiifcpbjbgiblknodjjnphaggmnbpji |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/dribbble-shot-zoom/igiifcpbjbgiblknodjjnphaggmnbpji |
الوصف | See the full size shot without opening it |
حجم الملف | 279 KB |
عدد التثبيتات | 116 |
النسخة الحالية | 1 |
آخر تحديث | 2017-01-22 |
تاريخ النشر | 2017-01-22 |
تقييم | 5.00/5 مجموع تقييمات 7 |
المطور | Zviad Sichinava |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dribbble Shot Zoom", "author": "Zviad Sichinava", "description": "See the full size shot without opening it", "version": "1", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "icons\/extension\/16x16.png", "48": "icons\/extension\/48x48.png", "128": "icons\/extension\/128x128.png" }, "web_accessible_resources": [ "loading.gif", "icons\/web\/icon-off.svg", "icons\/web\/icon-lg.svg", "icons\/web\/icon-sm.svg" ], "content_scripts": [ { "matches": [ "https:\/\/dribbble.com\/*", "http:\/\/dribbble.com\/*" ], "js": [ "jquery-3.1.1.slim.min.js", "main.js" ], "css": [ "main.css" ] } ] } |