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" } |