Nix Mobile Wiki

m.wiki to normal wiki

Nix Mobile Wiki là gì?

Nix Mobile Wiki là một tiện ích mở rộng Chrome được phát triển bởi https://www.programmerego.com, và tính năng chính của nó là "m.wiki to normal wiki".

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

Tải xuống các tệp mở rộng Nix Mobile 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

                        nix-mobile makes sure that you no longer have to see wikipedia pages in their mobile form as you browse in comfort on your non-mobile device. Since wikipedia does not auto-redirect when a mobile page is linked, this can be a frequent occurrence on link sharing sites such as reddit. 

This app currently only works for Chrome Beta.                    

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

Tên Nix Mobile Wiki Nix Mobile Wiki
ID lbfgcgbdofagijobdmfipckjmcgiaeeg
URL Chính Thức https://chromewebstore.google.com/detail/nix-mobile-wiki/lbfgcgbdofagijobdmfipckjmcgiaeeg
Mô tả m.wiki to normal wiki
Kích Thước Tệp 3.82 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-06-10
Ngày Phát Hành 2013-06-09
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.programmerego.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nix Mobile Wiki",
    "version": "1.0",
    "description": "m.wiki to normal wiki",
    "permissions": [
        "declarativeWebRequest",
        ""
    ],
    "background": {
        "scripts": [
            "event_page.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}