Global Mobile

Make all web pages display as they would on a mobile device

Global Mobileคืออะไร?

Global Mobile เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.printwhatyoulike.com และคุณลักษณะหลักของมันคือ "Make all web pages display as they would on a mobile device"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Global Mobile

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}