Scroll to top

Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.

ما هو Scroll to top؟

Scroll to top هو إضافة Chrome تم تطويرها بواسطة https://www.peteychuk.com، والميزة الرئيسية لها هي "Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.".

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

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

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

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

                        Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.                    

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

الاسم Scroll to top Scroll to top
ID ehajcglbnkfohalbajjnkkobbjelihjd
عنوان URL الرسمي https://chromewebstore.google.com/detail/scroll-to-top/ehajcglbnkfohalbajjnkkobbjelihjd
الوصف Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.
حجم الملف 2.77 MB
عدد التثبيتات 289
النسخة الحالية 0.3
آخر تحديث 2017-10-20
تاريخ النشر 2017-10-20
تقييم 4.50/5 مجموع تقييمات 22
المطور https://www.peteychuk.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll to top",
    "description": "Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.",
    "version": "0.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "top.png"
    ],
    "icons": {
        "48": "top48.png"
    }
}