Global Mobile
Make all web pages display as they would on a mobile device
¿Qué es Global Mobile?
Global Mobile es una extensión de Chrome desarrollada por https://www.printwhatyoulike.com, y su función principal es "Make all web pages display as they would on a mobile device".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Global Mobile
Descarga archivos de extensión Global Mobile en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Global Mobile |
ID | jnphbfhmpdmdhbnjheabpmkmpeeheofp |
URL Oficial | https://chromewebstore.google.com/detail/global-mobile/jnphbfhmpdmdhbnjheabpmkmpeeheofp |
Descripción | Make all web pages display as they would on a mobile device |
Tamaño del Archivo | 176 KB |
Cantidad de Instalaciones | 802 |
Versión Actual | 1.1 |
Última Actualización | 2016-09-09 |
Fecha de Publicación | 2016-09-09 |
Calificación | 5.00/5 Total de 6 Calificaciones |
Desarrollador | https://www.printwhatyoulike.com |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |