Get Link

Create a QRcode for the URL to open in other devices

Get Linkคืออะไร?

Get Link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Create a QRcode for the URL to open in other devices"

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

screenshot

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

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

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

                        This extension creates a QR code of the current URL link which can be scanned from the Mobile camera to open the same link on your mobile phone.                    

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

ชื่อ Get Link Get Link
ID bknagdmankilmkenflkobkobmdeakcic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/get-link/bknagdmankilmkenflkobkobmdeakcic
คำอธิบาย Create a QRcode for the URL to open in other devices
ขนาดไฟล์ 67.66 KB
จำนวนการติดตั้ง 622
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-09-17
วันที่เผยแพร่ 2019-09-17
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get Link",
    "description": "Create a QRcode for the URL to open in other devices",
    "version": "1.0.0",
    "icons": {
        "128": "logo-128x128.png"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}