Elevator.js

This extension will let you return to the top of the page in style!

Elevator.js là gì?

Elevator.js là một tiện ích mở rộng Chrome được phát triển bởi skeys apps, và tính năng chính của nó là "This extension will let you return to the top of the page in style!".

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

Tải xuống các tệp mở rộng Elevator.js 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 uses Tim Holman's Elevator.js library to add a fun yet functional "back to top" button to every webpage you visit. When you click it, it will scroll to the top of the page for you while playing elevator music.                    

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

Tên Elevator.js Elevator.js
ID jnfhbbkoimbokjhnpbcjafhlobcmckem
URL Chính Thức https://chromewebstore.google.com/detail/elevatorjs/jnfhbbkoimbokjhnpbcjafhlobcmckem
Mô tả This extension will let you return to the top of the page in style!
Kích Thước Tệp 702 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2015-11-30
Ngày Phát Hành 2015-11-30
Nhà Phát Triển skeys apps
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elevator.js",
    "short_name": "Elevator.js",
    "description": "This extension will let you return to the top of the page in style!",
    "version": "0.0.3",
    "web_accessible_resources": [
        "assets\/*"
    ],
    "icons": {
        "128": "assets\/icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "background.js",
                "elevator.js"
            ],
            "css": [
                "elevatorjs.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}