Long Strip for MangaDex
Add a long strip reading mode to MangaDex
Was ist Long Strip for MangaDex?
Long Strip for MangaDex ist eine Chrome-Erweiterung, die von iYung entwickelt wurde, und ihr Hauptmerkmal ist "Add a long strip reading mode to MangaDex".
Erweiterungsscreenshots
Long Strip for MangaDex-Erweiterungs-CRX-Datei herunterladen
Laden Sie Long Strip for MangaDex-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | anjjhaohimjnndenopochpkdchdilccd |
Offizielle URL | https://chrome.google.com/webstore/detail/long-strip-for-mangadex/anjjhaohimjnndenopochpkdchdilccd |
Beschreibung | Add a long strip reading mode to MangaDex |
Dateigröße | 11.68 KB |
Installationsanzahl | 449 |
Aktuelle Version | 0.0.0.8 |
Letztes Update | 2018-04-18 |
Veröffentlichungsdatum | 2018-04-18 |
Bewertung | 4.89/5 Insgesamt 9 Bewertungen |
Entwickler | iYung |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |