Desktop Always
Redirects any m.wikipedia.org page to wikipedia.org
什麼是Desktop Always?
Desktop Always是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Redirects any m.wikipedia.org page to wikipedia.org”。
擴展截圖
下載Desktop Always擴展crx文件
下載Desktop Always擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | Desktop Always |
ID | kcakbokolmhofjmnajaclmabkaeangja |
官方網址 | https://chromewebstore.google.com/detail/desktop-always/kcakbokolmhofjmnajaclmabkaeangja |
簡介 | Redirects any m.wikipedia.org page to wikipedia.org |
檔案大小 | 32.26 KB |
安裝次數 | 69 |
目前版本 | 0.04 |
更新時間 | 2020-04-12 |
上架時間 | 2020-04-12 |
評分 | 5.00/5 共 3 次評分 |
開發者 | Unknown |
付費類型 | free |
說明頁面URL | https://github.com/dubaxx/desktop-always/issues |
支援的語言 | 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" } |