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”。
扩展截图
下载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 |
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" ] } |