Go to the next page

Try to go to the next website's page

Go to the next page là gì?

Go to the next page là một tiện ích mở rộng Chrome được phát triển bởi marcopiazzola, và tính năng chính của nó là "Try to go to the next website's page".

Tải xuống tệp CRX của tiện ích mở rộng Go to the next page

Tải xuống các tệp mở rộng Go to the next page 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

                                            

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

Tên Go to the next page Go to the next page
ID ajffmnhlepabalmbmhhjflghconjldkb
URL Chính Thức https://chrome.google.com/webstore/detail/go-to-the-next-page/ajffmnhlepabalmbmhhjflghconjldkb
Mô tả Try to go to the next website's page
Kích Thước Tệp 10.05 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2012-12-26
Ngày Phát Hành 2012-12-26
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển marcopiazzola
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": "Go to the next page",
    "version": "0.4",
    "description": "Try to go to the next website's page",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Go to the next page",
        "default_icon": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "content.js"
        ]
    },
    "manifest_version": 2
}