Long Strip for MangaDex
Add a long strip reading mode to MangaDex
Co je Long Strip for MangaDex?
Long Strip for MangaDex je rozšíření Chrome vyvinuté iYung, a jeho hlavní funkcí je „Add a long strip reading mode to MangaDex“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Long Strip for MangaDex
Stáhněte si soubory rozšíření Long Strip for MangaDex ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | anjjhaohimjnndenopochpkdchdilccd |
Oficiální URL | https://chrome.google.com/webstore/detail/long-strip-for-mangadex/anjjhaohimjnndenopochpkdchdilccd |
Popis | Add a long strip reading mode to MangaDex |
Velikost souboru | 11.68 KB |
Počet instalací | 449 |
Aktuální Verze | 0.0.0.8 |
Poslední Aktualizace | 2018-04-18 |
Datum Vydání | 2018-04-18 |
Hodnocení | 4.89/5 Celkem 9 Hodnocení |
Vývojář | iYung |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |