Long Strip for MangaDex
Add a long strip reading mode to MangaDex
Cos'è Long Strip for MangaDex?
Long Strip for MangaDex è un'estensione di Chrome sviluppata da iYung, e la sua funzione principale è "Add a long strip reading mode to MangaDex".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Long Strip for MangaDex
Scarica i file di estensione Long Strip for MangaDex in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | anjjhaohimjnndenopochpkdchdilccd |
URL Ufficiale | https://chrome.google.com/webstore/detail/long-strip-for-mangadex/anjjhaohimjnndenopochpkdchdilccd |
Descrizione | Add a long strip reading mode to MangaDex |
Dimensione del File | 11.68 KB |
Conteggio Installazioni | 449 |
Versione Corrente | 0.0.0.8 |
Ultimo Aggiornamento | 2018-04-18 |
Data di Pubblicazione | 2018-04-18 |
Valutazione | 4.89/5 Totale 9 Valutazioni |
Sviluppatore | iYung |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |