Redirect Mobile to Desktop

Automatically redirects mobile sites to their desktop versions.

什麼是Redirect Mobile to Desktop?

Redirect Mobile to Desktop是由iisisoft開發的Chrome擴展程式,該擴展的主要功能是“Automatically redirects mobile sites to their desktop versions.”。

下載Redirect Mobile to Desktop擴展crx文件

下載Redirect Mobile to Desktop擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Redirect Mobile to Desktop Redirect Mobile to Desktop
ID ibmchjfmdoplfbgpecjnhpegajihdini
官方網址 https://chromewebstore.google.com/detail/redirect-mobile-to-deskto/ibmchjfmdoplfbgpecjnhpegajihdini
簡介 Automatically redirects mobile sites to their desktop versions.
檔案大小 22.4 KB
安裝次數 118
目前版本 1.0.1
更新時間 2016-06-21
上架時間 2016-06-21
評分 4.20/5 共 5 次評分
開發者 iisisoft
付費類型 free
支援的語言 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"
}