Scroll buttons

Customizable scroll up and down buttons

Scroll buttonsคืออะไร?

Scroll buttons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Александр Тимофеев และคุณลักษณะหลักของมันคือ "Customizable scroll up and down buttons"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scroll buttons

ดาวน์โหลดไฟล์ส่วนขยาย Scroll buttons ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Scroll buttons - это простое, но функциональное расширение, которое добавляет на страницу настраиваемые кнопки прокрутки "вверх-вниз". На ваш выбор предоставляется 40 изображений кнопок, среди которых - простые, но стильные монохромные кнопки, красивые стилизованные под дерево кнопки, кнопки в виде пентаграммы, рунического символа, смайлика  и другие. Также вы можете настроить уровень прозрачности, расположение кнопок и скорость прокрутки страницы. Задайте необходимые параметры на странице настроек.
 Имеется возможность скрывать и отображать кнопки прокрутки кликом на иконке расширения.

Уажаемые пользователи, оставляйте свои отзывы, комментарии и предложения. Также буду признателен за Ваши идеи
по расширению функционала приложения - каких, по Вашему мнению, настроек не хватает, а какие излишни. Также
можете связаться со мной по указанному адресу электронной почты.
	
Scroll buttons is a simple but functional extension that adds customizable scroll buttons "up-down". At your choice, there are 40 images of buttons, among which are simple, but stylish monochrome buttons, beautiful stylized tree buttons, buttons in the form of a pentagram, runic character, smiley and others. Also, you can adjust the transparency level, button layout and speed scroll the page. Set the necessary parameters on the settings page. It is possible to hide and display the scroll buttons by clicking on the extension icon.

Dear users, leave your feedback, comments and suggestions. Also I will be grateful for your ideas
to expand the functionality of the application - which, in your opinion, the settings are not enough, and which are superfluous. Also
you can contact me at the specified email address.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Scroll buttons Scroll buttons
ID blkcalljbilnpflcagdojnldcdifnndp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scroll-buttons/blkcalljbilnpflcagdojnldcdifnndp
คำอธิบาย Customizable scroll up and down buttons
ขนาดไฟล์ 338 KB
จำนวนการติดตั้ง 735
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2018-06-17
วันที่เผยแพร่ 2018-06-16
คะแนน 4.29/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา Александр Тимофеев
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "version": "2.0",
    "name": "__MSG_name__",
    "description": "__MSG_about__",
    "icons": {
        "16": "img\/icons\/16.png",
        "48": "img\/icons\/48.png",
        "128": "img\/icons\/128.png"
    },
    "browser_action": {
        "default_title": "scroll buttons"
    },
    "background": {
        "scripts": [
            "scripts\/displayListener.js",
            "scripts\/onInstalled.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/Arrow.js",
                "scripts\/Container.js",
                "scripts\/page_scroller.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "img\/arrows\/*.png"
    ],
    "default_locale": "en"
}