Long Strip for MangaDex

Add a long strip reading mode to MangaDex

Hvad er Long Strip for MangaDex?

Long Strip for MangaDex er en Chrome-udvidelse udviklet af iYung, og dens hovedfunktion er "Add a long strip reading mode to MangaDex".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Long Strip for MangaDex-udvidelses-CRX-fil

Download Long Strip for MangaDex-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Long Strip for MangaDex Long Strip for MangaDex
ID anjjhaohimjnndenopochpkdchdilccd
Officiel URL https://chrome.google.com/webstore/detail/long-strip-for-mangadex/anjjhaohimjnndenopochpkdchdilccd
Beskrivelse Add a long strip reading mode to MangaDex
Filstørrelse 11.68 KB
Antal Installationer 449
Nuværende Version 0.0.0.8
Senest Opdateret 2018-04-18
Udgivelsesdato 2018-04-18
Bedømmelse 4.89/5 Samlet 9 Bedømmelser
Udvikler iYung
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}