Go Back With Backspace Button

Restores browser behavior of navigating to previous page when pressing the Backspace key.

Go Back With Backspace Button là gì?

Go Back With Backspace Button là một tiện ích mở rộng Chrome được phát triển bởi ArtHouse, và tính năng chính của nó là "Restores browser behavior of navigating to previous page when pressing the Backspace key.".

Tải xuống tệp CRX của tiện ích mở rộng Go Back With Backspace Button

Tải xuống các tệp mở rộng Go Back With Backspace 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

                        Restores browser behavior of navigating to previous page when pressing the Backspace key.                    

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

Tên Go Back With Backspace Button Go Back With Backspace Button
ID hgkdgokgamkpehffocijaopekplanmcb
URL Chính Thức https://chrome.google.com/webstore/detail/go-back-with-backspace-bu/hgkdgokgamkpehffocijaopekplanmcb
Mô tả Restores browser behavior of navigating to previous page when pressing the Backspace key.
Kích Thước Tệp 35.14 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 0.9
Cập Nhật Lần Cuối 2016-08-26
Ngày Phát Hành 2016-08-26
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ArtHouse
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",
    "version": "0.9",
    "name": "__MSG_l10nExtName__",
    "description": "__MSG_l10nExtDescription__",
    "default_locale": "en",
    "icons": {
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "is_editable.js",
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon32.png"
    },
    "background": {
        "scripts": [
            "is_editable.js",
            "background.js"
        ]
    },
    "permissions": [
        ""
    ],
    "manifest_version": 2,
    "minimum_chrome_version": "52"
}