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 là gì?

Alternate Navigation Buttons là một tiện ích mở rộng Chrome được phát triển bởi scott.c.l.carpenter, và tính năng chính của nó là "This extension places a back and forward and goto top button on the page near the bottom of the window".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Alternate Navigation Buttons

Tải xuống các tệp mở rộng Alternate Navigation Buttons dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Alternate Navigation Buttons Alternate Navigation Buttons
ID biojkleepjmhindklmdcomngjkcngjmb
URL Chính Thức https://chromewebstore.google.com/detail/alternate-navigation-butt/biojkleepjmhindklmdcomngjkcngjmb
Mô tả This extension places a back and forward and goto top button on the page near the bottom of the window
Kích Thước Tệp 90.63 KB
Số Lần Cài Đặt 226
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-09-01
Ngày Phát Hành 2016-09-01
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển scott.c.l.carpenter
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}