Scroll To Top (Simple and No Ads)

As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of…

ما هو Scroll To Top (Simple and No Ads)؟

Scroll To Top (Simple and No Ads) هو إضافة Chrome تم تطويرها بواسطة suresh.falor، والميزة الرئيسية لها هي "As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of…".

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

screenshot

تحميل ملف CRX للإضافة Scroll To Top (Simple and No Ads)

قم بتنزيل ملفات الامتداد Scroll To Top (Simple and No Ads) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of every page. 

This extension works well on touchscreen devices and uses fluid animation.

ScrollOne was created to provide a completely free(no advertisements or unwanted promotions) experience. The focus is simplicity without extra bloat present in similar extensions.

Your review and feedback is appreciated. I will try to implement all requested features.                    

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

الاسم Scroll To Top (Simple and No Ads) Scroll To Top (Simple and No Ads)
ID idbnpmjlonmnmpmagjjpclammnablpba
عنوان URL الرسمي https://chromewebstore.google.com/detail/scroll-to-top-simple-and/idbnpmjlonmnmpmagjjpclammnablpba
الوصف As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of…
حجم الملف 73.53 KB
عدد التثبيتات 83
النسخة الحالية 1.5
آخر تحديث 2014-11-18
تاريخ النشر 2014-11-12
تقييم 3.33/5 مجموع تقييمات 3
المطور suresh.falor
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll To Top (Simple and No Ads)",
    "version": "1.5",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "sites.css"
            ],
            "js": [
                "jquery.min.js",
                "jquery.backstretch.min.js",
                "popup.js"
            ]
        }
    ],
    "manifest_version": 2
}