Elevator.js

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

Apa itu Elevator.js?

Elevator.js adalah ekstensi Chrome yang dikembangkan oleh skeys apps, dan fitur utamanya adalah "This extension will let you return to the top of the page in style!".

Unduh Berkas CRX Ekstensi Elevator.js

Unduh file ekstensi Elevator.js dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Elevator.js Elevator.js
ID jnfhbbkoimbokjhnpbcjafhlobcmckem
URL Resmi https://chromewebstore.google.com/detail/elevatorjs/jnfhbbkoimbokjhnpbcjafhlobcmckem
Deskripsi This extension will let you return to the top of the page in style!
Ukuran File 702 KB
Jumlah Instalasi 19
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2015-11-30
Tanggal Publikasi 2015-11-30
Pengembang skeys apps
Tipe Pembayaran free
Bahasa yang Didukung 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:\/\/*\/*"
            ]
        }
    ]
}