Global Mobile

Make all web pages display as they would on a mobile device

Global Mobileとは何ですか?

Global Mobileはhttps://www.printwhatyoulike.comによって開発されたChromeの拡張機能で、その主な機能は「Make all web pages display as they would on a mobile device」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Global Mobile拡張機能のCRXファイルをダウンロード

Global Mobile拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Browse the internet without getting ADD

Some websites have an overwhelming number of images and headlines and ads all screaming for your attention simultaneously. GlobalMobile simplifies the content on these websites and restores your sanity. 

Many of the worst offending websites actually have nice mobile versions. GlobalMobile will display this nice mobile version in your browser, even if you're not on a mobile device.

How it works: 
By default Global Mobile will not change anything. As you encounter bad pages, add them to the whitelist in the options page, or select 'Enable On Site' in the toolbar. From then on, GlobalMobile will display the mobile version of the site.                    

拡張機能の基本情報

名前 Global Mobile Global Mobile
ID jnphbfhmpdmdhbnjheabpmkmpeeheofp
公式URL https://chromewebstore.google.com/detail/global-mobile/jnphbfhmpdmdhbnjheabpmkmpeeheofp
説明 Make all web pages display as they would on a mobile device
ファイルサイズ 176 KB
インストール数 802
現在のバージョン 1.1
最終更新日 2016-09-09
公開日 2016-09-09
評価 5.00/5 合計 6 レビュー
開発者 https://www.printwhatyoulike.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Global Mobile",
    "version": "1.1",
    "description": "Make all web pages display as they would on a mobile device",
    "options_page": "options\/options.html",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_inactive.png",
        "default_popup": "popup\/popup.html",
        "default_title": "Global Mobile - click to view mobile version of this page"
    },
    "background": {
        "scripts": [
            "lib\/uri.js",
            "js\/common.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ]
}