Desktop Always

Redirects any m.wikipedia.org page to wikipedia.org

Desktop Alwaysคืออะไร?

Desktop Always เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Redirects any m.wikipedia.org page to wikipedia.org"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Desktop Always

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
}