Elevator

scroll up or down your website with style

Elevator là gì?

Elevator là một tiện ích mở rộng Chrome được phát triển bởi notiles, và tính năng chính của nó là "scroll up or down your website with style".

Ả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 Elevator

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

                        Click on the extension to automate scrolling on any website with style! (up and down alternatively)
This extension need that you activate your speakers.

Thanks to Tim Holman for the Javascript concept ! elevator.js                    

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

Tên Elevator Elevator
ID dglinbifggffjoidkdekpjlompfeapmp
URL Chính Thức https://chromewebstore.google.com/detail/elevator/dglinbifggffjoidkdekpjlompfeapmp
Mô tả scroll up or down your website with style
Kích Thước Tệp 3.61 MB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-05-11
Ngày Phát Hành 2015-05-11
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển notiles
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Elevator",
    "version": "1.2",
    "manifest_version": 2,
    "description": "scroll up or down your website with style",
    "icons": {
        "128": "icon_128.png",
        "256": "icon_256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "elevator.js",
                "jquery.min.js",
                "script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icone.png"
    },
    "web_accessible_resources": [
        "music\/*.mp3"
    ]
}