scrollUp!

Scroll to the top of the page with just one click

scrollUp!とは何ですか?

scrollUp!はDlinnyによって開発されたChromeの拡張機能で、その主な機能は「Scroll to the top of the page with just one click」です。

拡張機能のスクリーンショット

screenshot

scrollUp!拡張機能のCRXファイルをダウンロード

scrollUp!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension places small arrow near the address bar so you can always easy click on it to get to the top of the page. Espacially handy for users without keyboard or when using keyboard is too dificult but scrolling is so boring.                    

拡張機能の基本情報

名前 scrollUp! scrollUp!
ID caipjllpopoedfhbddpkedpbndkjimba
公式URL https://chromewebstore.google.com/detail/scrollup/caipjllpopoedfhbddpkedpbndkjimba
説明 Scroll to the top of the page with just one click
ファイルサイズ 14.6 KB
インストール数 28
現在のバージョン 1.1
最終更新日 2013-02-28
公開日 2013-02-28
評価 5.00/5 合計 1 レビュー
開発者 Dlinny
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "scrollUp!",
    "version": "1.1",
    "description": "Scroll to the top of the page with just one click",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Scroll to top",
        "default_icon": "toolbar.png"
    }
}