Back to Top Plus

Add a back to top button and go to bottom button on every page

ما هو Back to Top Plus؟

Back to Top Plus هو إضافة Chrome تم تطويرها بواسطة https://www.longtings.com، والميزة الرئيسية لها هي "Add a back to top button and go to bottom button on every page".

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

screenshot
screenshot
screenshot

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

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

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

                        在每个页面加上返回顶部以及跳到底部按钮
Add a back to top button and go to bottom button on every page
自己比较常用的一个功能,刚好也是为了学习扩展开发,就做了出来

*==============================================*
*                 【更新预告】                 *
*  1.添加选项,支持自定义按钮出现在左边或右边  *
*  2.一段时间无操作后自动隐藏                  *
*==============================================*

后来发现已经有同名扩展“返回顶部”,于是便在后面加了个Plus用以区分
“鼠标移到按钮上时页面缓慢滚动”的功能也是借鉴于该扩展

试了好几个网站都没啥问题,如果发现有的话请评论反馈给我

作为一个有良心的宅...背景图Background image:http://pan.baidu.com/s/1c0hAnC0

同时也欢迎大家访问我的网站:www.longtings.com
偶尔抽风,不知道是哪里坏了,准备抛弃wordpress自己重新写一个...                    

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

الاسم Back to Top Plus Back to Top Plus
ID ggpkgnmnlehbholnlekpldgihanbcloc
عنوان URL الرسمي https://chromewebstore.google.com/detail/back-to-top-plus/ggpkgnmnlehbholnlekpldgihanbcloc
الوصف Add a back to top button and go to bottom button on every page
حجم الملف 41.62 KB
عدد التثبيتات 362
النسخة الحالية 1.0.0.0
آخر تحديث 2014-08-25
تاريخ النشر 2014-08-25
تقييم 4.11/5 مجموع تقييمات 45
المطور https://www.longtings.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,zh-CN
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "1.0.0.0",
    "description": "__MSG_description__",
    "icons": {
        "128": "logo.png"
    },
    "default_locale": "zh_CN",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jq.js",
                "script.js"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}