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. スクロールだけでマンガを読む”。
擴展截圖
下載Manga/Local images One Page Reader擴展crx文件
下載Manga/Local images One Page Reader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
ローカルフォルダーの画像を全部同じタブページでスムーズに閲覧することができる簡単機能、ブックマークをクリックして起動 擴展基本資訊
| 名稱 | |
| ID | lenpmadeeejkiiakkfodkpakhnegmlcb |
| 官方網址 | 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
} | |