Advanced Forward Button

A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).

Advanced Forward Button là gì?

Advanced Forward Button là một tiện ích mở rộng Chrome được phát triển bởi blak111, và tính năng chính của nó là "A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).".

Tải xuống tệp CRX của tiện ích mở rộng Advanced Forward Button

Tải xuống các tệp mở rộng Advanced Forward Button 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

                        A forward button that allows you to choose any of the children of the current page you are on. This is in contrast to the built-in forward button that only goes to the most recent child of the page you are on.                    

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

Tên Advanced Forward Button Advanced Forward Button
ID mcmgcmocofjfjkciddamlldmflmipdpk
URL Chính Thức https://chrome.google.com/webstore/detail/advanced-forward-button/mcmgcmocofjfjkciddamlldmflmipdpk
Mô tả A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).
Kích Thước Tệp 42.49 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 0.25
Cập Nhật Lần Cuối 2012-07-15
Ngày Phát Hành 2012-07-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển blak111
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Advanced Forward Button",
    "version": "0.25",
    "manifest_version": 2,
    "description": "A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).",
    "browser_action": {
        "default_icon": "forwardmulti.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "advanced-forward.js"
        ]
    },
    "icons": {
        "16": "forwardmulti.png",
        "48": "forwardmulti.png",
        "128": "forwardmulti.png"
    },
    "permissions": [
        "tabs"
    ]
}