Auto Page Opener

Automatically open web pages at scheduled times.

Auto Page Opener là gì?

Auto Page Opener là một tiện ích mở rộng Chrome được phát triển bởi Youth Molecule, và tính năng chính của nó là "Automatically open web pages at scheduled times.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Page Opener

Tải xuống các tệp mở rộng Auto Page Opener 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

                        Schedule web pages to open automatically.

Web pages can be scheduled to be opened once at a specific time or web pages can be scheduled to be opened repeatedly on different days of the week.
 
Please review and email any feedback to [email protected].                    

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

Tên Auto Page Opener Auto Page Opener
ID cngkdhdiifcfigdffnmibfopjdlbnpeh
URL Chính Thức https://chromewebstore.google.com/detail/auto-page-opener/cngkdhdiifcfigdffnmibfopjdlbnpeh
Mô tả Automatically open web pages at scheduled times.
Kích Thước Tệp 17.68 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2022-06-27
Ngày Phát Hành 2020-02-07
Đánh Giá 4.18/5 Tổng số 22 Đánh Giá
Nhà Phát Triển Youth Molecule
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",
    "name": "Auto Page Opener",
    "version": "1.1.1",
    "description": "Automatically open web pages at scheduled times.",
    "permissions": [
        "storage",
        "background",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/auto_open_logo16.png",
            "32": "images\/auto_open_logo32.png",
            "48": "images\/auto_open_logo48.png",
            "128": "images\/auto_open_logo128.png"
        }
    },
    "icons": {
        "16": "images\/auto_open_logo16.png",
        "32": "images\/auto_open_logo32.png",
        "48": "images\/auto_open_logo48.png",
        "128": "images\/auto_open_logo128.png"
    },
    "minimum_chrome_version": "79",
    "manifest_version": 2
}