Skip to content

semon009/scroll-controls-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖱️ Scroll Controls Extension (بديل عجلة الماوس)

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.


🚀 Features (المميزات)

  • + button to Zoom In
    زر + للتكبير
  • button to Zoom Out
    زر للتصغير
  • Works on all websites (including Google Maps and images)
    يعمل على كل المواقع (بما فيها Google Maps والصور)
  • Elegant and responsive design
    تصميم أنيق ومتجاوب

🧩 Files (الملفات)

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 واجهة منبثقة توضح للمستخدم طريقة الاستخدام

🧠 How to Install Locally on Chrome

🧠 كيفية التثبيت محليًا على Chrome

  1. Open Google Chrome
    افتح متصفح Google Chrome
  2. Go to:
    chrome://extensions/
    اذهب إلى:
    chrome://extensions/
  3. Enable Developer mode (top-right corner).
    فعّل خيار وضع المطوّر (Developer mode) في الأعلى اليمين.
  4. Click Load unpacked.
    اضغط تحميل بدون ضغط (Load unpacked).
  5. Select the folder containing the following files:
    اختر المجلد الذي يحتوي الملفات التالية:
    • manifest.json
    • content.js
    • styles.css
    • popup.html

💡 Notes (ملاحظات)

  • The extension works automatically once installed.
    تعمل الإضافة تلقائيًا بعد التثبيت.
  • You can move or style the buttons by editing styles.css.
    يمكنك تعديل مكان أو شكل الأزرار من خلال ملف styles.css.

📜 License (الترخيص)

This project is open-source and free to use for learning or personal use.
هذا المشروع مفتوح المصدر ومجاني للاستخدام الشخصي أو التعليمي.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors