URL to QR code
This extension generate QR-code with URL of current openned page.
URL to QR codeคืออะไร?
URL to QR code เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://michurin.github.io และคุณลักษณะหลักของมันคือ "This extension generate QR-code with URL of current openned page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL to QR code
ดาวน์โหลดไฟล์ส่วนขยาย URL to QR code ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Еxtension to view URL of current opened page as QR code. It is the simplest way to carry URL from you browser to your (or someone's) mobile device. You can customize - size of image and - error correction levels. And also you can setup URL parts substitutions. For example, extension can automaticaly change http://bbc.com/page to http://m.bbc.com/page. Visit the options page to use these features.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | URL to QR code |
ID | ocilemcdjpkpmopdbehigobfjaepcnmm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/url-to-qr-code/ocilemcdjpkpmopdbehigobfjaepcnmm |
คำอธิบาย | This extension generate QR-code with URL of current openned page. |
ขนาดไฟล์ | 11.55 KB |
จำนวนการติดตั้ง | 353 |
เวอร์ชันปัจจุบัน | 0.4.0.0 |
อัปเดตครั้งล่าสุด | 2014-08-18 |
วันที่เผยแพร่ | 2014-08-18 |
ผู้พัฒนา | https://michurin.github.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/michurin/chrome-extension-url-to-qrcode |
URL หน้าช่วยเหลือ | https://github.com/michurin/chrome-extension-url-to-qrcode |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QR code", "version": "0.4.0.0", "description": "This extension generate QR-code with URL of current openned page.", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "Generate QR code", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "https:\/\/chart.googleapis.com\/", "activeTab", "storage" ], "short_name": "URL 2 QR", "author": "Alexey Michurin |