Scroll up

Scroll

What is Scroll up?

Scroll up is a Chrome extension developed by http://multi-search.ru, and its main feature is "Scroll".

Extension Screenshots

screenshot
screenshot
screenshot

Download Scroll up Extension CRX File

Download Scroll up extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Добавь кнопку вверх на все сайты!                    

Extension Basic Information

Name Scroll up Scroll up
ID nfoohbplohblhjonfcbingcpnikehlcp
Official URL https://chrome.google.com/webstore/detail/scroll-up/nfoohbplohblhjonfcbingcpnikehlcp
Description Scroll
File Size 98.33 KB
Installation Count 103
Current Version 1.1.2
Last Updated 2016-04-19
Publish Date 2016-04-19
Rating 4.70/5 Total 10 Ratings
Developer http://multi-search.ru
Payment Type free
Extension Website http://multi-search.ru/upscroll/
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/content.js",
                "js\/jquery.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Scroll",
    "icons": {
        "128": "images\/128x128.png",
        "16": "images\/16x16.png",
        "48": "images\/48x48.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/__up.png",
        "images\/__down.png"
    ],
    "name": "Scroll up",
    "permissions": [
        "",
        "unlimitedStorage",
        "storage"
    ],
    "version": "1.1.2"
}