W Zoom
A Chrome extension which can perform per-tab/per-origin/per-path zooming
ما هو W Zoom؟
W Zoom هو إضافة Chrome تم تطويرها بواسطة https://wtoolkit.com، والميزة الرئيسية لها هي "A Chrome extension which can perform per-tab/per-origin/per-path zooming".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة W Zoom
قم بتنزيل ملفات الامتداد W Zoom بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
- This extension zoom a page without modifying the content of the page. - In the options page, you can set the default zooming mode and zooming method. - In the "per-path" options page, you can define per-path zoom factor. For example, all pages under http://www.wtoolkit.com/projects/wzoom/ will be zoomed to 130%, and all pages under http://www.wtoolkit.com/projects/wdict/ will be zoomed to 145%. - In the "advanced" options page, you can disable the "mousewheel + ctrl key" zooming operation.
معلومات أساسية عن التمديد
الاسم | W Zoom |
ID | jneiefgdpanjnbjgdiaokmgjnbhclaom |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/w-zoom/jneiefgdpanjnbjgdiaokmgjnbhclaom |
الوصف | A Chrome extension which can perform per-tab/per-origin/per-path zooming |
حجم الملف | 306 KB |
عدد التثبيتات | 7,351 |
النسخة الحالية | 1.0.17 |
آخر تحديث | 2016-07-12 |
تاريخ النشر | 2016-07-12 |
تقييم | 3.61/5 مجموع تقييمات 56 |
المطور | https://wtoolkit.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.wtoolkit.com/projects/wzoom/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "W Zoom", "description": "A Chrome extension which can perform per-tab\/per-origin\/per-path zooming", "version": "1.0.17", "icons": { "16": "img\/icon16.png", "18": "img\/icon18.png", "19": "img\/icon19.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "16": "img\/icon16.png", "18": "img\/icon18.png", "19": "img\/icon19.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "default_title": "wZoom", "default_popup": "source\/popup\/popup.html" }, "content_scripts": [ { "matches": [ " |