Webcomic Preloader

preload the next page of a webcomic for faster archive binging

什麼是Webcomic Preloader?

Webcomic Preloader是由https://thejh.net開發的Chrome擴展程式,該擴展的主要功能是“preload the next page of a webcomic for faster archive binging”。

擴展截圖

screenshot

下載Webcomic Preloader擴展crx文件

下載Webcomic Preloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Webcomic Preloader Webcomic Preloader
ID lhddmeceobpjibpjghmmicaengjbnncp
官方網址 https://chromewebstore.google.com/detail/webcomic-preloader/lhddmeceobpjibpjghmmicaengjbnncp
簡介 preload the next page of a webcomic for faster archive binging
檔案大小 6.82 KB
安裝次數 113
目前版本 3
更新時間 2023-09-10
上架時間 2017-11-24
評分 5.00/5 共 1 次評分
開發者 https://thejh.net
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}