A simple Google Chrome extension that adds two buttons in the bottom-right corner to zoom in and out instead of using the mouse wheel.
إضافة بسيطة لمتصفح Google Chrome تضيف زرين في الزاوية اليمنى السفلى للتحكم في تكبير وتصغير الصفحة بدل عجلة الماوس.
Very useful if your mouse wheel is broken or if you’re using a laptop without a scroll wheel.
مفيدة جداً إذا كانت عجلة الماوس خربانة أو في اللابتوبات بدون Scroll wheel.
- + button to Zoom In
زر + للتكبير - − button to Zoom Out
زر − للتصغير - Works on all websites (including Google Maps and images)
يعمل على كل المواقع (بما فيها Google Maps والصور) - Elegant and responsive design
تصميم أنيق ومتجاوب
| File | Description | الملف | الوصف |
|---|---|---|---|
manifest.json |
Defines the extension and permissions (required for every Chrome extension) | manifest.json |
ملف تعريف الإضافة (مطلوب في كل إضافة كروم) |
content.js |
Handles button creation and zoom control logic | content.js |
الكود المسؤول عن إنشاء الأزرار والتحكم في التكبير/التصغير |
styles.css |
Styles the buttons and layout | styles.css |
تنسيق الأزرار ومظهرها |
popup.html |
A small info popup showing usage instructions | popup.html |
واجهة منبثقة توضح للمستخدم طريقة الاستخدام |
- Open Google Chrome
افتح متصفح Google Chrome - Go to:
chrome://extensions/
اذهب إلى:
chrome://extensions/ - Enable Developer mode (top-right corner).
فعّل خيار وضع المطوّر (Developer mode) في الأعلى اليمين. - Click Load unpacked.
اضغط تحميل بدون ضغط (Load unpacked). - Select the folder containing the following files:
اختر المجلد الذي يحتوي الملفات التالية:manifest.jsoncontent.jsstyles.csspopup.html
- The extension works automatically once installed.
تعمل الإضافة تلقائيًا بعد التثبيت. - You can move or style the buttons by editing
styles.css.
يمكنك تعديل مكان أو شكل الأزرار من خلال ملفstyles.css.
This project is open-source and free to use for learning or personal use.
هذا المشروع مفتوح المصدر ومجاني للاستخدام الشخصي أو التعليمي.