Desktop Always
Redirects any m.wikipedia.org page to wikipedia.org
Apa itu Desktop Always?
Desktop Always adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Redirects any m.wikipedia.org page to wikipedia.org".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Desktop Always
Unduh file ekstensi Desktop Always dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Desktop Always |
ID | kcakbokolmhofjmnajaclmabkaeangja |
URL Resmi | https://chromewebstore.google.com/detail/desktop-always/kcakbokolmhofjmnajaclmabkaeangja |
Deskripsi | Redirects any m.wikipedia.org page to wikipedia.org |
Ukuran File | 32.26 KB |
Jumlah Instalasi | 69 |
Versi Saat Ini | 0.04 |
Terakhir Diperbarui | 2020-04-12 |
Tanggal Publikasi | 2020-04-12 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/dubaxx/desktop-always/issues |
Bahasa yang Didukung | 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" } |