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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}