Webcomic Preloader

preload the next page of a webcomic for faster archive binging

Webcomic Preloader là gì?

Webcomic Preloader là một tiện ích mở rộng Chrome được phát triển bởi https://thejh.net, và tính năng chính của nó là "preload the next page of a webcomic for faster archive binging".

Ả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 Webcomic Preloader

Tải xuống các tệp mở rộng Webcomic Preloader 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 extension speeds up webcomics by pre-loading the next page in the background. This way, when you decide to go to the next page of the comic, you don't have to wait for it.

To activate the extension (per tab):
 - open the webcomic you want to read
 - press the arrow symbol in the extension bar;
   the arrow should turn yellow

To teach the extension how to find the next page, just click the link to the next page as normal. After a few seconds, the page should change, and the arrow should turn green. If the arrow doesn't turn green, the extension failed to identify the pattern for the "next page" link; if there are multiple links to the next page, try clicking a different one.

To go to the next page of a comic, either click the normal link to the next page or press enter.

This is an entirely personal project.                    

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

Tên Webcomic Preloader Webcomic Preloader
ID lhddmeceobpjibpjghmmicaengjbnncp
URL Chính Thức https://chromewebstore.google.com/detail/webcomic-preloader/lhddmeceobpjibpjghmmicaengjbnncp
Mô tả preload the next page of a webcomic for faster archive binging
Kích Thước Tệp 6.82 KB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 3
Cập Nhật Lần Cuối 2023-09-10
Ngày Phát Hành 2017-11-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://thejh.net
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": "Webcomic Preloader",
    "description": "preload the next page of a webcomic for faster archive binging",
    "version": "3",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "enable automatic preloading for this tab",
        "default_icon": "icons\/inactive.png"
    }
}