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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |