Back to the Top

Scroll to the top of the page

ما هو Back to the Top؟

Back to the Top هو إضافة Chrome تم تطويرها بواسطة marinadecroon، والميزة الرئيسية لها هي "Scroll to the top of the page".

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

screenshot

تحميل ملف CRX للإضافة Back to the Top

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

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

                        A browser extension (add-on) for Google Chrome that allows you to quickly get back to the top and/or bottom of a page.                    

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

الاسم Back to the Top Back to the Top
ID gekpnhhoikfeampkegfmkfbeioefecio
عنوان URL الرسمي https://chromewebstore.google.com/detail/back-to-the-top/gekpnhhoikfeampkegfmkfbeioefecio
الوصف Scroll to the top of the page
حجم الملف 14.1 KB
عدد التثبيتات 160
النسخة الحالية 1.0
آخر تحديث 2022-04-18
تاريخ النشر 2022-04-18
تقييم 1.00/5 مجموع تقييمات 1
المطور marinadecroon
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://sites.google.com/view/toptoscroll/home
اللغات المدعومة en
manifest.json
{
    "background": {
        "service_worker": "sw.js"
    },
    "description": "Scroll to the top of the page",
    "name": "Back to the Top",
    "short_name": "up",
    "version": "1.0",
    "manifest_version": 3,
    "homepage_url": "https:\/\/avroraext.com",
    "action": {
        "default_icon": "icons\/icon_128.png"
    },
    "icons": {
        "128": "icons\/icon_128.png",
        "64": "icons\/icon_64.png",
        "32": "icons\/icon_32.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon_32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}