Alternate Navigation Buttons

This extension places a back and forward and goto top button on the page near the bottom of the window

Alternate Navigation Buttonsとは何ですか?

Alternate Navigation Buttonsはscott.c.l.carpenterによって開発されたChromeの拡張機能で、その主な機能は「This extension places a back and forward and goto top button on the page near the bottom of the window」です。

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

screenshot

Alternate Navigation Buttons拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This simple extension simply adds 3 fixed navigation buttons (back and forward and to top) to the bottom left corner of the browser window. 

Useful if you find yourself using a tablet PC in a non-tablet mode or like myself browsing with your mouse near the bottom of the screen.                    

拡張機能の基本情報

名前 Alternate Navigation Buttons Alternate Navigation Buttons
ID biojkleepjmhindklmdcomngjkcngjmb
公式URL https://chromewebstore.google.com/detail/alternate-navigation-butt/biojkleepjmhindklmdcomngjkcngjmb
説明 This extension places a back and forward and goto top button on the page near the bottom of the window
ファイルサイズ 90.63 KB
インストール数 226
現在のバージョン 1.1
最終更新日 2016-09-01
公開日 2016-09-01
評価 4.80/5 合計 5 レビュー
開発者 scott.c.l.carpenter
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alternate Navigation Buttons",
    "description": "This extension places a back and forward and goto top button on the page near the bottom of the window",
    "version": "1.1",
    "web_accessible_resources": [
        "back.png",
        "forward.png",
        "top.png"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ],
            "run_at": "document_start"
        }
    ]
}