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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |