Global Mobile
Make all web pages display as they would on a mobile device
Global Mobile क्या है?
Global Mobile https://www.printwhatyoulike.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make all web pages display as they would on a mobile device"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Global Mobile एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |