Copy URL
This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.
Copy URLคืออะไร?
Copy URL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย viveksinghggits และคุณลักษณะหลักของมันคือ "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy URL
ดาวน์โหลดไฟล์ส่วนขยาย Copy URL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension can be used to convert your opened URL into a QR code which can later be scanned by the mobile device. So the purpose of the product is to copy the URL from your computer to your mobile device.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Copy URL |
ID | lhdkfgdpcodjjadeebijobklicbaegfb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/copy-url/lhdkfgdpcodjjadeebijobklicbaegfb |
คำอธิบาย | This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone. |
ขนาดไฟล์ | 8.12 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-06-09 |
วันที่เผยแพร่ | 2018-06-09 |
ผู้พัฒนา | viveksinghggits |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy URL", "description": "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.", "version": "1.0", "browser_action": { "default_icon": "website.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |