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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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:\/\/*\/*"
            ]
        }
    ]
}