QR-Code. Send Url to Phone
Need send URL to your phone faster? Generates a QR Code from the Page URL of the current tab with a single click
QR-Code. Send Url to Phoneคืออะไร?
QR-Code. Send Url to Phone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย andryou.ksl และคุณลักษณะหลักของมันคือ "Need send URL to your phone faster? Generates a QR Code from the Page URL of the current tab with a single click"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QR-Code. Send Url to Phone
ดาวน์โหลดไฟล์ส่วนขยาย QR-Code. Send Url to Phone ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
На телефоне необходимо иметь сканнер штрих-кодов.
Откройте это приложение на своём смартфоне, а на компьютере кликните по кнопке расширения в браузере - вы увидите сгенерированный QR-Code, который уже содержит в себе зашифрованный адрес страницы, открытый в активной вкладке.
Просто наведите видоискатель телефона на этот квадрат - и ссылка окажется на вашем телефоне! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ijfedjkeoaiincmaogfjiaebfahpbaig |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/qr-code-send-url-to-phone/ijfedjkeoaiincmaogfjiaebfahpbaig |
| คำอธิบาย | Need send URL to your phone faster? Generates a QR Code from the Page URL of the current tab with a single click |
| ขนาดไฟล์ | 43.03 KB |
| จำนวนการติดตั้ง | 14 |
| เวอร์ชันปัจจุบัน | 0.0.8 |
| อัปเดตครั้งล่าสุด | 2017-09-03 |
| วันที่เผยแพร่ | 2017-08-31 |
| ผู้พัฒนา | andryou.ksl |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en,en-GB,en-US,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_EXTENSION_NAME__",
"short_name": "QR",
"version": "0.0.8",
"description": "__MSG_EXTENSION_DESCRIPTION__",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "img\/icon24.png",
"default_popup": "popup.html",
"default_title": "QR-Code"
},
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google.com; object-src 'self'",
"permissions": [
"idle",
"tabs",
"contextMenus",
"webNavigation",
"storage",
"unlimitedStorage",
" | |