Scroll Button

Scroll to top or bottom of document using scroll button in a click. The button is draggable and resizable for easy positioning .

Scroll Button là gì?

Scroll Button là một tiện ích mở rộng Chrome được phát triển bởi https://tejji.com, và tính năng chính của nó là "Scroll to top or bottom of document using scroll button in a click. The button is draggable and resizable for easy positioning .".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scroll Button

Tải xuống các tệp mở rộng Scroll Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Scroll to top or bottom of document using scroll button in a click. The button is draggable and resizable for easy positioning.

Here is what you can do with this extension...
1. Click on a button to scroll to top or scroll to bottom 
2. Drag and position the scroll button whereever you like
3. Resize if you think the button is occupying lot of space
4. Disable it if you don't want it on your screen
5. The same scroll options are available via context menu (right click menu)
6. Remove it from context menu if you don't want it there
7. Reset it to original position after lot of fiddling :)
 
Bloggers and web readers can make most use of this extension as they keep reading a lot.

Options are available via...
Right click on any page --> Click Scroll Button --> Click Options
OR
Tools --> Extensions --> Scroll Button --> Click Options link


More extensions at http://tejji.com/browser/chrome/extensions/

Thanks,
http://tejji.com


v1.2 - 2018-09-14
- Updated to comply to Chrome Web Store policies

Note: this does not work on chrome.google.com by design                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scroll Button Scroll Button
ID fbkobdcckhcgleanepepnfaficicaogg
URL Chính Thức https://chromewebstore.google.com/detail/scroll-button/fbkobdcckhcgleanepepnfaficicaogg
Mô tả Scroll to top or bottom of document using scroll button in a click. The button is draggable and resizable for easy positioning .
Kích Thước Tệp 112 KB
Số Lần Cài Đặt 4,133
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2018-09-14
Ngày Phát Hành 2018-09-14
Đánh Giá 3.72/5 Tổng số 174 Đánh Giá
Nhà Phát Triển https://tejji.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://tejji.com/
URL Trang Trợ Giúp http://tejji.com/contactus.aspx
URL Trang Chính Sách Bảo Mật https://tejji.com/privacy.aspx
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll Button",
    "version": "1.2",
    "description": "Scroll to top or bottom of document using scroll button in a click. The button is draggable and resizable for easy positioning    .",
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "page": "background.htm"
    },
    "options_page": "options.htm",
    "permissions": [
        "contextMenus",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "js\/jquery.min.js",
        "js\/jquery-ui.min.js",
        "js\/jquery.idle-timer.js",
        "js\/scroll-button.js",
        "css\/jquery-ui.css",
        "img\/content\/bottom-arrow.png",
        "img\/content\/top-arrow.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/jquery-ui.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery-ui.min.js",
                "js\/jquery.idle-timer.js",
                "js\/scroll-button.js"
            ]
        }
    ],
    "manifest_version": 2,
    "homepage_url": "http:\/\/tejji.com\/"
}