Back to Top

Scroll to the top of the page. No animation. Minimal memory usage.

ما هو Back to Top؟

Back to Top هو إضافة Chrome تم تطويرها بواسطة Ozawa Masayuki، والميزة الرئيسية لها هي "Scroll to the top of the page. No animation. Minimal memory usage.".

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

screenshot

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

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

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

                        Scroll to the top of the web page of the active tab.
No animation.
Minimal memory usage.
Free and open sourced.                    

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

الاسم Back to Top Back to Top
ID cakpkhmdkkigjljpchpblmfkjgkacbco
عنوان URL الرسمي https://chromewebstore.google.com/detail/back-to-top/cakpkhmdkkigjljpchpblmfkjgkacbco
الوصف Scroll to the top of the page. No animation. Minimal memory usage.
حجم الملف 4.09 KB
عدد التثبيتات 54
النسخة الحالية 1.0
آخر تحديث 2020-11-22
تاريخ النشر 2017-08-10
تقييم 5.00/5 مجموع تقييمات 3
المطور Ozawa Masayuki
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/ozami/back-to-top
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Back to Top",
    "description": "Scroll to the top of the page. No animation. Minimal memory usage.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "32": "icon.png"
        }
    }
}