Get Webpage from Computer to Mobile

Open website from computer to mobile

Get Webpage from Computer to Mobileคืออะไร?

Get Webpage from Computer to Mobile เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ClearApps และคุณลักษณะหลักของมันคือ "Open website from computer to mobile"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get Webpage from Computer to Mobile

ดาวน์โหลดไฟล์ส่วนขยาย Get Webpage from Computer to Mobile ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Get Webpage from Computer to Mobile Get Webpage from Computer to Mobile
ID jhoboflmglplkodmfmohodbeajgfiopl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/get-webpage-from-computer/jhoboflmglplkodmfmohodbeajgfiopl
คำอธิบาย Open website from computer to mobile
ขนาดไฟล์ 132 KB
จำนวนการติดตั้ง 147
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2018-08-10
วันที่เผยแพร่ 2018-08-10
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา ClearApps
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get Webpage from Computer to Mobile",
    "version": "1.1",
    "description": "Open website from computer to mobile",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "browser_action": {
        "default_title": "Get the website On Mobile",
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}