Sexy Go to Top

Scrolls page to top

什麼是Sexy Go to Top?

Sexy Go to Top是由Alex Oleshkevich開發的Chrome擴展程式,該擴展的主要功能是“Scrolls page to top”。

擴展截圖

screenshot

下載Sexy Go to Top擴展crx文件

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

擴展使用說明

                        Adds intelligent "top arrow" button to the right bottom corner of  every page so you can easily navigate to top without boring scrolling.                    

擴展基本資訊

名稱 Sexy Go to Top Sexy Go to Top
ID egjocodnpbebnjkcjaflkhbcamofjccg
官方網址 https://chromewebstore.google.com/detail/sexy-go-to-top/egjocodnpbebnjkcjaflkhbcamofjccg
簡介 Scrolls page to top
檔案大小 45.66 KB
安裝次數 133
目前版本 1.0
更新時間 2013-09-16
上架時間 2013-09-16
評分 4.00/5 共 7 次評分
開發者 Alex Oleshkevich
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sexy Go to Top",
    "version": "1.0",
    "description": "Scrolls page to top",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "64": "assets\/icon-64.png",
        "128": "assets\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/jquery.js",
                "\/js\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}