Scroll UP

Scroll UP to the top of the page.

Scroll UP là gì?

Scroll UP là một tiện ích mở rộng Chrome được phát triển bởi Sameer N Miraj, và tính năng chính của nó là "Scroll UP to the top of the page.".

Ả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 Scroll UP

Tải xuống các tệp mở rộng Scroll UP 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 UP to the top of the page. You will see a small arrow at the right bottom corner of the webpage when you scroll down. Clicking on it will take you straight up to the top of the page.                    

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

Tên Scroll UP Scroll UP
ID nikifllafkofdicjhldgiophmodkhpia
URL Chính Thức https://chromewebstore.google.com/detail/scroll-up/nikifllafkofdicjhldgiophmodkhpia
Mô tả Scroll UP to the top of the page.
Kích Thước Tệp 99.1 KB
Số Lần Cài Đặt 116
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2014-06-03
Ngày Phát Hành 2014-06-03
Đánh Giá 3.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Sameer N Miraj
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sf-advanced-code-searcher.web.app
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll UP",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Scroll UP to the top of the page.",
    "author": "Sameer N Miraj",
    "icons": {
        "48": "Document-icon.png",
        "128": "Document-icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "contentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "image\/*.png"
    ]
}