Long Strip for MangaDex
Add a long strip reading mode to MangaDex
Wat is Long Strip for MangaDex?
Long Strip for MangaDex is een Chrome-extensie ontwikkeld door iYung, en de belangrijkste functie is "Add a long strip reading mode to MangaDex".
Extensie Screenshots
Download het CRX-bestand van de extensie Long Strip for MangaDex
Download Long Strip for MangaDex-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | anjjhaohimjnndenopochpkdchdilccd |
Officiële URL | https://chrome.google.com/webstore/detail/long-strip-for-mangadex/anjjhaohimjnndenopochpkdchdilccd |
Beschrijving | Add a long strip reading mode to MangaDex |
Bestandsgrootte | 11.68 KB |
Aantal Installaties | 449 |
Huidige Versie | 0.0.0.8 |
Laatst Bijgewerkt | 2018-04-18 |
Publicatiedatum | 2018-04-18 |
Beoordeling | 4.89/5 Totaal 9 Beoordelingen |
Ontwikkelaar | iYung |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |