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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |