Redirect Mobile to Desktop

Automatically redirects mobile sites to their desktop versions.

Redirect Mobile to Desktop là gì?

Redirect Mobile to Desktop là một tiện ích mở rộng Chrome được phát triển bởi iisisoft, và tính năng chính của nó là "Automatically redirects mobile sites to their desktop versions.".

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

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

                                            

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

Tên Redirect Mobile to Desktop Redirect Mobile to Desktop
ID ibmchjfmdoplfbgpecjnhpegajihdini
URL Chính Thức https://chromewebstore.google.com/detail/redirect-mobile-to-deskto/ibmchjfmdoplfbgpecjnhpegajihdini
Mô tả Automatically redirects mobile sites to their desktop versions.
Kích Thước Tệp 22.4 KB
Số Lần Cài Đặt 118
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-06-21
Ngày Phát Hành 2016-06-21
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển iisisoft
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "1.0.1",
    "description": "__MSG_extension_description__",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background_page\/background_page.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "images\/iconic_38.png"
        }
    },
    "homepage_url": "http:\/\/mobile2desktop.com\/",
    "icons": {
        "128": "images\/iconic_128.png"
    },
    "default_locale": "en"
}