Wikipedia Mobile View Redirect
Redirects all Wikipedia pages to the mobile layout, which is much easier to read.
Hvad er Wikipedia Mobile View Redirect?
Wikipedia Mobile View Redirect er en Chrome-udvidelse udviklet af https://www.100yen.co.uk, og dens hovedfunktion er "Redirects all Wikipedia pages to the mobile layout, which is much easier to read.".
Udvidelsesskærmbilleder
Download Wikipedia Mobile View Redirect-udvidelses-CRX-fil
Download Wikipedia Mobile View Redirect-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
Grundlæggende oplysninger om udvidelsen
Navn | Wikipedia Mobile View Redirect |
ID | kmgndcpedgaibepohbjhdgcgkjplffip |
Officiel URL | https://chromewebstore.google.com/detail/wikipedia-mobile-view-red/kmgndcpedgaibepohbjhdgcgkjplffip |
Beskrivelse | Redirects all Wikipedia pages to the mobile layout, which is much easier to read. |
Filstørrelse | 10.18 KB |
Antal Installationer | 188 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2015-03-18 |
Udgivelsesdato | 2015-03-18 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | https://www.100yen.co.uk |
Betalingsmetode | free |
Understøttede Sprog | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wikipedia Mobile View Redirect", "version": "1.0.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "description": "Redirects all Wikipedia pages to the mobile layout, which is much easier to read.", "content_scripts": [ { "matches": [ "*:\/\/*.wikipedia.org\/*" ], "exclude_matches": [ "*:\/\/*.m.wikipedia.org\/*" ], "js": [ "script.js" ], "run_at": "document_start" } ] } |