m-wiki

Automatically redirects Wikipedia to the mobile version.

m-wiki là gì?

m-wiki là một tiện ích mở rộng Chrome được phát triển bởi Jathu Satkunarajah, và tính năng chính của nó là "Automatically redirects Wikipedia to the mobile version.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng m-wiki

Tải xuống các tệp mở rộng m-wiki dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The mobile version of Wikipedia looks beautiful. This extension automatically redirects Wikipedia to the mobile version. It also sets the font to "San Fransisco" for macOS users.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên m-wiki m-wiki
ID ibnmikddaopgfbbngcgcfmanjfgbcopf
URL Chính Thức https://chromewebstore.google.com/detail/m-wiki/ibnmikddaopgfbbngcgcfmanjfgbcopf
Mô tả Automatically redirects Wikipedia to the mobile version.
Kích Thước Tệp 994 KB
Số Lần Cài Đặt 673
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2016-12-22
Ngày Phát Hành 2016-12-22
Đánh Giá 4.97/5 Tổng số 29 Đánh Giá
Nhà Phát Triển Jathu Satkunarajah
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jathu/m-wiki
URL Trang Trợ Giúp https://github.com/jathu/m-wiki
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "m-wiki",
    "description": "Automatically redirects Wikipedia to the mobile version.",
    "author": "Jathu Satkunarajah",
    "version": "2.1",
    "permissions": [
        "http:\/\/*.wikipedia.org\/wiki\/*",
        "https:\/\/*.wikipedia.org\/wiki\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*.wikipedia.org\/wiki\/*",
                "https:\/\/*.wikipedia.org\/wiki\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}