Scroll to the bottom

helps users get to the top and bottom of a page instantly

ما هو Scroll to the bottom؟

Scroll to the bottom هو إضافة Chrome تم تطويرها بواسطة Launchpad Digital، والميزة الرئيسية لها هي "helps users get to the top and bottom of a page instantly".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Scroll to the bottom

قم بتنزيل ملفات الامتداد Scroll to the bottom بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        scroll to bottom is a chrome extension that allows you to get to the top or bottom of any webpage in one click. If you have trouble viewing long webpages or threads on forums and reddit, then scroll to bottom is for you. 

Try it out!                    

معلومات أساسية عن التمديد

الاسم Scroll to the bottom Scroll to the bottom
ID ccodoapghablmcdbmpjgcbmjhafanebm
عنوان URL الرسمي https://chromewebstore.google.com/detail/scroll-to-the-bottom/ccodoapghablmcdbmpjgcbmjhafanebm
الوصف helps users get to the top and bottom of a page instantly
حجم الملف 125 KB
عدد التثبيتات 261
النسخة الحالية 1.0.1
آخر تحديث 2021-07-07
تاريخ النشر 2021-07-03
تقييم 2.33/5 مجموع تقييمات 3
المطور Launchpad Digital
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll to the bottom",
    "description": "helps users get to the top and bottom of a page instantly",
    "version": "1.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "get_started16.png",
            "32": "get_started32.png",
            "48": "get_started48.png",
            "128": "get_started128.png"
        },
        "icons": {
            "16": "get_started16.png",
            "32": "get_started32.png",
            "48": "get_started48.png",
            "128": "get_started128.png"
        }
    }
}