Desktop Always
Redirects any m.wikipedia.org page to wikipedia.org
Co to jest Desktop Always?
Desktop Always to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Redirects any m.wikipedia.org page to wikipedia.org”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Desktop Always
Pobierz pliki rozszerzeń Desktop Always 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
Tired of clicking links to the mobile version of Wikipedia while on your desktop and not being redirected automatically? Then this is the extension for you! The code is viewable on github (see support website) and does one thing only: redirects from m.wikipedia.org to regular wikipedia.org. Enjoy!
Podstawowe informacje o rozszerzeniu
Nazwa | Desktop Always |
ID | kcakbokolmhofjmnajaclmabkaeangja |
Oficjalny URL | https://chromewebstore.google.com/detail/desktop-always/kcakbokolmhofjmnajaclmabkaeangja |
Opis | Redirects any m.wikipedia.org page to wikipedia.org |
Rozmiar pliku | 32.26 KB |
Liczba instalacji | 69 |
Aktualna Wersja | 0.04 |
Ostatnia Aktualizacja | 2020-04-12 |
Data Publikacji | 2020-04-12 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Adres URL Strony Pomocy | https://github.com/dubaxx/desktop-always/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "request.js" ] }, "description": "Redirects any m.wikipedia.org page to wikipedia.org", "icons": { "16": "DA-16x16.png", "48": "DA-48x48.png", "128": "DA-128x128.png" }, "manifest_version": 2, "name": "Desktop Always", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.m.wikipedia.org\/*" ], "version": "0.04", "homepage_url": "https:\/\/github.com\/dubaxx\/desktop-always\/", "author": "Weston Baxter" } |