Long Strip for MangaDex
Add a long strip reading mode to MangaDex
Co to jest Long Strip for MangaDex?
Long Strip for MangaDex to rozszerzenie Chrome opracowane przez iYung, a jego główną funkcją jest „Add a long strip reading mode to MangaDex”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Long Strip for MangaDex
Pobierz pliki rozszerzeń Long Strip for MangaDex w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | anjjhaohimjnndenopochpkdchdilccd |
Oficjalny URL | https://chrome.google.com/webstore/detail/long-strip-for-mangadex/anjjhaohimjnndenopochpkdchdilccd |
Opis | Add a long strip reading mode to MangaDex |
Rozmiar pliku | 11.68 KB |
Liczba instalacji | 449 |
Aktualna Wersja | 0.0.0.8 |
Ostatnia Aktualizacja | 2018-04-18 |
Data Publikacji | 2018-04-18 |
Ocena | 4.89/5 Łącznie 9 Oceny |
Deweloper | iYung |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |