Long Strip for MangaDex
Add a long strip reading mode to MangaDex
Qu'est-ce que Long Strip for MangaDex ?
Long Strip for MangaDex est une extension Chrome développée par iYung, et sa fonction principale est "Add a long strip reading mode to MangaDex".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Long Strip for MangaDex
Téléchargez les fichiers d'extension Long Strip for MangaDex au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | anjjhaohimjnndenopochpkdchdilccd |
URL Officiel | https://chrome.google.com/webstore/detail/long-strip-for-mangadex/anjjhaohimjnndenopochpkdchdilccd |
Description | Add a long strip reading mode to MangaDex |
Taille du Fichier | 11.68 KB |
Nombre d'Installations | 449 |
Version Actuelle | 0.0.0.8 |
Dernière Mise à Jour | 2018-04-18 |
Date de Publication | 2018-04-18 |
Évaluation | 4.89/5 Total 9 Évaluations |
Développeur | iYung |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |