Fullwidth Image
Fullwidth Image plugin makes your image fit to screen.
ما هو Fullwidth Image؟
Fullwidth Image هو إضافة Chrome تم تطويرها بواسطة Anwar H.، والميزة الرئيسية لها هي "Fullwidth Image plugin makes your image fit to screen.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fullwidth Image
قم بتنزيل ملفات الامتداد Fullwidth Image بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Fullwidth Image plugin makes your image fit to screen. Basically it is developed for web designers who often view jpg version of their web templates in a browser. In most cases the images are wider than normal browser viewport or sometimes less wider. This plugin will help viewer to make opened image full width to current viewport.
معلومات أساسية عن التمديد
الاسم | Fullwidth Image |
ID | binnhbjoemjhkfedljnobbghgfbfppam |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/fullwidth-image/binnhbjoemjhkfedljnobbghgfbfppam |
الوصف | Fullwidth Image plugin makes your image fit to screen. |
حجم الملف | 8.67 KB |
عدد التثبيتات | 632 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-09-27 |
تاريخ النشر | 2016-09-27 |
تقييم | 5.00/5 مجموع تقييمات 11 |
المطور | Anwar H. |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fullwidth Image", "description": "Fullwidth Image plugin makes your image fit to screen.", "version": "1.0", "manifest_version": 2, "homepage_url": "https:\/\/github.com\/getanwar\/fullwidth-image", "permissions": [ "activeTab" ], "background": { "scripts": [ "action.js" ], "persistent": false }, "browser_action": { "default_title": "Fullwidth Image", "default_icon": "icon.png" } } |