QR Code Generator
QR codes generator. Generate QR codes quickly! Convert URL links or text and download QR image.
QR Code Generatorคืออะไร?
QR Code Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Takeshi Nakamoto และคุณลักษณะหลักของมันคือ "QR codes generator. Generate QR codes quickly! Convert URL links or text and download QR image."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QR Code Generator
ดาวน์โหลดไฟล์ส่วนขยาย QR Code Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Generate a QR code in a second! With this extension in pop up you can create QR codes automatically from the URL of your browser, you can also write your own text, contact email, phone number, SMS messages, business card and more. Share your QR via WhatsApp, Facebook, Twitter or whatever you want. Characteristics: - Tool in Pop up format. - Encode links and any text message. - Color change options. - QR code download button. How to use this extension: 1. Touch the QR icon in your browser. 2. The extension will open in pop up format. 3. This tool reads the URL of your browser and creates a QR code automatically. 4. Download it. Options: - Change the color of the QR by means of a color picker or Hexadecimal. - You can modify the background color. - Apply transparent background. Download QR codes: - You can download an image of the QR code created in a high resolution PNG format of 1000 x 1000 pixels. What is a QR code? - A QR code or Quick Response, is a module to store or encode information and transmit it at high speed. It is represented with a matrix of points that usually accompany three squares at their ends. Where can you use QR codes? - You can have it redirected to a link or a file ready to be downloaded, you can share it or place it where you want, being an effective tool in your marketing strategy. - Some of the most common examples where applying a QR code effectively is to use it to open a web, apply packagings design, landing pages, pdfs, a link to your YouTube video, coupons, details of a product, business cards, brochures and many other physical or digital formats. Language available: This extension is available in English and 14 other languages indicated in the additional information in this Chrome web store tab. By Takeshi Nakamoto. 2018.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | khchgfakhlembodmmhapjndeadpcfblc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/qr-code-generator/khchgfakhlembodmmhapjndeadpcfblc |
คำอธิบาย | QR codes generator. Generate QR codes quickly! Convert URL links or text and download QR image. |
ขนาดไฟล์ | 72.58 KB |
จำนวนการติดตั้ง | 896 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2019-07-13 |
วันที่เผยแพร่ | 2019-07-13 |
คะแนน | 4.40/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Takeshi Nakamoto |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/1iTmO-vciNaxD8sSOc3kn6xVfb8JLCCIvBNeAGppqofg |
ภาษาที่รองรับ | de,en,en-GB,en-US,fr,es,es-419,it,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "browser_action": { "default_icon": "128.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2, "default_locale": "en", "offline_enabled": true, "options_page": "options.html", "permissions": [ "tabs", "contextMenus" ], "short_name": "__MSG_shortname__", "version": "2.0" } |