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 |
官方URL | 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" } |