FitWidth
Adds an additional zoom mode for the default image view.
ما هو FitWidth؟
FitWidth هو إضافة Chrome تم تطويرها بواسطة shylux، والميزة الرئيسية لها هي "Adds an additional zoom mode for the default image view.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FitWidth
قم بتنزيل ملفات الامتداد FitWidth بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Google Chrome image view has two different zoom modes. This extension adds a third one. Fit height or width: Fits the image to the window size. Original size: Displays the image in the original size. Ignores the window size. -New- Fit width: Fits the image to the window width. If the image is too high a scollbar is used. This new mode is perfect to view very thin and high images like Screencaps. Source: https://github.com/shylux/FitWidth
معلومات أساسية عن التمديد
الاسم | FitWidth |
ID | pggbiaffhagpmifmogkfibinbbgacled |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/fitwidth/pggbiaffhagpmifmogkfibinbbgacled |
الوصف | Adds an additional zoom mode for the default image view. |
حجم الملف | 37.4 KB |
عدد التثبيتات | 490 |
النسخة الحالية | 1.1 |
آخر تحديث | 2021-04-21 |
تاريخ النشر | 2019-09-21 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | shylux |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/shylux/FitWidth |
عنوان صفحة المساعدة | https://github.com/shylux/FitWidth/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FitWidth", "version": "1.1", "description": "Adds an additional zoom mode for the default image view.", "icons": { "128": "zoomplus.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "file:\/\/\/*" ], "js": [ "jquery-2.1.1.min.js", "maximg.js" ], "css": [ "style.css" ], "run_at": "document_end", "all_frames": true } ], "manifest_version": 2 } |