Manga/Local images One Page Reader

Show all images from local folder in single page. スクロールだけでマンガを読む

Manga/Local images One Page Reader란 무엇입니까?

Manga/Local images One Page Reader은(는) kaimisou에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show all images from local folder in single page. スクロールだけでマンガを読む"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Manga/Local images One Page Reader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This tool show your images from local folder in a single page.
All you have to do is scrolling the page.

After intallation, it will create a bookmark in Other bookmarks folder.
use the bookmark when open an image from local direction,
then click the bookmark again will show all images from the same folder in
a single tab.

◆ Features - 1-31-2024 Updated
-Zoom in/out button
-Enter fullscreen button
-Auto scroll down (leave cursor on right-side bar)
-Horizonal view left-to-right
-Horizonal view right-to-left
-images layout in order. eq: 1.jpg->10.jpg->1111.jpg...
-Support jpg, png, bmp, gif and webp file

ローカルフォルダーの画像を全部同じタブページでスムーズに閲覧することができる簡単機能、ブックマークをクリックして起動                    

확장 프로그램 기본 정보

이름 Manga/Local images One Page Reader Manga/Local images One Page Reader
ID lenpmadeeejkiiakkfodkpakhnegmlcb
공식 URL https://chromewebstore.google.com/detail/mangalocal-images-one-pag/lenpmadeeejkiiakkfodkpakhnegmlcb
설명 Show all images from local folder in single page. スクロールだけでマンガを読む
파일 크기 61.73 KB
설치 횟수 1,019
현재 버전 1.5.2
최근 업데이트 2024-02-02
출시 날짜 2019-11-22
평점 4.50/5 총 2 개의 평점
개발자 kaimisou
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Manga\/Local images One Page Reader",
    "description": "Show all images from local folder in single page. \u30b9\u30af\u30ed\u30fc\u30eb\u3060\u3051\u3067\u30de\u30f3\u30ac\u3092\u8aad\u3080",
    "version": "1.5.2",
    "permissions": [
        "bookmarks"
    ],
    "icons": {
        "48": "images\/63x63.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Click to create bookmark \n\u30af\u30ea\u30c3\u30af\u3057\u3066\u30d6\u30af\u30de\u3092\u8ffd\u52a0"
    },
    "options_page": "options.html",
    "manifest_version": 3
}