scrollUp!

Scroll to the top of the page with just one click

scrollUp! là gì?

scrollUp! là một tiện ích mở rộng Chrome được phát triển bởi Dlinny, và tính năng chính của nó là "Scroll to the top of the page with just one click".

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

screenshot

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

Tải xuống các tệp mở rộng scrollUp! 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

                        This extension places small arrow near the address bar so you can always easy click on it to get to the top of the page. Espacially handy for users without keyboard or when using keyboard is too dificult but scrolling is so boring.                    

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

Tên scrollUp! scrollUp!
ID caipjllpopoedfhbddpkedpbndkjimba
URL Chính Thức https://chromewebstore.google.com/detail/scrollup/caipjllpopoedfhbddpkedpbndkjimba
Mô tả Scroll to the top of the page with just one click
Kích Thước Tệp 14.6 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-02-28
Ngày Phát Hành 2013-02-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Dlinny
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "scrollUp!",
    "version": "1.1",
    "description": "Scroll to the top of the page with just one click",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Scroll to top",
        "default_icon": "toolbar.png"
    }
}