Global Mobile

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

Was ist Global Mobile?

Global Mobile ist eine Chrome-Erweiterung, die von https://www.printwhatyoulike.com entwickelt wurde, und ihr Hauptmerkmal ist "Make all web pages display as they would on a mobile device".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Global Mobile-Erweiterungs-CRX-Datei herunterladen

Laden Sie Global Mobile-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Global Mobile Global Mobile
ID jnphbfhmpdmdhbnjheabpmkmpeeheofp
Offizielle URL https://chromewebstore.google.com/detail/global-mobile/jnphbfhmpdmdhbnjheabpmkmpeeheofp
Beschreibung Make all web pages display as they would on a mobile device
Dateigröße 176 KB
Installationsanzahl 802
Aktuelle Version 1.1
Letztes Update 2016-09-09
Veröffentlichungsdatum 2016-09-09
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler https://www.printwhatyoulike.com
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}