Long Strip for MangaDex
Add a long strip reading mode to MangaDex
什么是Long Strip for MangaDex?
Long Strip for MangaDex是由iYung开发的Chrome扩展程序,该扩展的主要功能是“Add a long strip reading mode to MangaDex”。
扩展截图
下载Long Strip for MangaDex扩展crx文件
下载Long Strip for MangaDex扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Bring long strip reading to MangaDex! Long strip reading can be enabled and disabled through a button to the right of the manga navigation dropdowns. Going from chapter to chapter can be down through buttons on the bottom left or the arrow keys.
--Now works on mangadex.org 扩展基本信息
| 名称 | |
| ID | anjjhaohimjnndenopochpkdchdilccd |
| 官方URL | https://chrome.google.com/webstore/detail/long-strip-for-mangadex/anjjhaohimjnndenopochpkdchdilccd |
| 简介 | Add a long strip reading mode to MangaDex |
| 文件大小 | 11.68 KB |
| 安装次数 | 449 |
| 当前版本 | 0.0.0.8 |
| 更新时间 | 2018-04-18 |
| 上架时间 | 2018-04-18 |
| 评分 | 4.89/5 共9次评分 |
| 开发者 | iYung |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Long Strip for MangaDex",
"version": "0.0.0.8",
"web_accessible_resources": [
"script.js"
],
"icons": {
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"description": "Add a long strip reading mode to MangaDex",
"content_scripts": [
{
"matches": [
"https:\/\/mangadex.org\/chapter\/*"
],
"js": [
"inject.js"
]
}
]
} | |