Fullscreen Image
View any image in fullscreen mode by right-clicking it.
ما هو Fullscreen Image؟
Fullscreen Image هو إضافة Chrome تم تطويرها بواسطة https://jakobkallin.com، والميزة الرئيسية لها هي "View any image in fullscreen mode by right-clicking it.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fullscreen Image
قم بتنزيل ملفات الامتداد Fullscreen Image بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Right-click any image to view it in fullscreen mode, cropped to fit the entire screen for maximum immersion.
معلومات أساسية عن التمديد
الاسم | Fullscreen Image |
ID | emlgbimicfdajjogdfjimamoedlibpnj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/fullscreen-image/emlgbimicfdajjogdfjimamoedlibpnj |
الوصف | View any image in fullscreen mode by right-clicking it. |
حجم الملف | 10.03 KB |
عدد التثبيتات | 2,518 |
النسخة الحالية | 0.0.0.3 |
آخر تحديث | 2017-05-10 |
تاريخ النشر | 2017-05-10 |
تقييم | 4.91/5 مجموع تقييمات 11 |
المطور | https://jakobkallin.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fullscreen Image", "version": "0.0.0.3", "description": "View any image in fullscreen mode by right-clicking it.", "author": "Jakob Kallin", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "contextMenus", "storage", "file:\/\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true } } |