Elevator.js

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

Elevator.jsคืออะไร?

Elevator.js เป็นส่วนขยายของ Chrome ที่พัฒนาโดย skeys apps และคุณลักษณะหลักของมันคือ "This extension will let you return to the top of the page in style!"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Elevator.js

ดาวน์โหลดไฟล์ส่วนขยาย Elevator.js ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Elevator.js Elevator.js
ID jnfhbbkoimbokjhnpbcjafhlobcmckem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/elevatorjs/jnfhbbkoimbokjhnpbcjafhlobcmckem
คำอธิบาย This extension will let you return to the top of the page in style!
ขนาดไฟล์ 702 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2015-11-30
วันที่เผยแพร่ 2015-11-30
ผู้พัฒนา skeys apps
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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:\/\/*\/*"
            ]
        }
    ]
}