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 |
官方網址 | 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" ] } ] } |