Global Mobile
Make all web pages display as they would on a mobile device
Global Mobile là gì?
Global Mobile là một tiện ích mở rộng Chrome được phát triển bởi https://www.printwhatyoulike.com, và tính năng chính của nó là "Make all web pages display as they would on a mobile device".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Global Mobile
Tải xuống các tệp mở rộng Global Mobile dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Global Mobile |
ID | jnphbfhmpdmdhbnjheabpmkmpeeheofp |
URL Chính Thức | https://chromewebstore.google.com/detail/global-mobile/jnphbfhmpdmdhbnjheabpmkmpeeheofp |
Mô tả | Make all web pages display as they would on a mobile device |
Kích Thước Tệp | 176 KB |
Số Lần Cài Đặt | 802 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2016-09-09 |
Ngày Phát Hành | 2016-09-09 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://www.printwhatyoulike.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |