Scroll UP

Scroll UP to the top of the page.

什麼是Scroll UP?

Scroll UP是由Sameer N Miraj開發的Chrome擴展程式,該擴展的主要功能是“Scroll UP to the top of the page.”。

擴展截圖

screenshot

下載Scroll UP擴展crx文件

下載Scroll UP擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Scroll UP to the top of the page. You will see a small arrow at the right bottom corner of the webpage when you scroll down. Clicking on it will take you straight up to the top of the page.                    

擴展基本資訊

名稱 Scroll UP Scroll UP
ID nikifllafkofdicjhldgiophmodkhpia
官方網址 https://chromewebstore.google.com/detail/scroll-up/nikifllafkofdicjhldgiophmodkhpia
簡介 Scroll UP to the top of the page.
檔案大小 99.1 KB
安裝次數 116
目前版本 0.0.2
更新時間 2014-06-03
上架時間 2014-06-03
評分 3.50/5 共 6 次評分
開發者 Sameer N Miraj
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://sf-advanced-code-searcher.web.app
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll UP",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Scroll UP to the top of the page.",
    "author": "Sameer N Miraj",
    "icons": {
        "48": "Document-icon.png",
        "128": "Document-icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "contentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "image\/*.png"
    ]
}