The QRcode Generator
Generate Qrcode of your current tab and Selection
The QRcode Generatorคืออะไร?
The QRcode Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JohnnyWorks และคุณลักษณะหลักของมันคือ "Generate Qrcode of your current tab and Selection"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The QRcode Generator
ดาวน์โหลดไฟล์ส่วนขยาย The QRcode Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A Simple tools that can generate QR-Code of your current tab or your selections. Features: - Click to get current tab URL into QR Code, Easy to use. - Can generate QRCode without internet.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | The QRcode Generator |
ID | mmjobjkkoeoklejdaclonlkofnaojind |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/the-qrcode-generator/mmjobjkkoeoklejdaclonlkofnaojind |
คำอธิบาย | Generate Qrcode of your current tab and Selection |
ขนาดไฟล์ | 66.86 KB |
จำนวนการติดตั้ง | 96 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-10-04 |
วันที่เผยแพร่ | 2014-10-04 |
ผู้พัฒนา | JohnnyWorks |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The QRcode Generator", "version": "1.0", "manifest_version": 2, "description": "Generate Qrcode of your current tab and Selection", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "contextMenus", "activeTab" ] } |