QR Code (Generator and Reader)
Generate QR Code from the url of current page, link or selected text. And decode QR Code in image.
QR Code (Generator and Reader)คืออะไร?
QR Code (Generator and Reader) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://c7x.me และคุณลักษณะหลักของมันคือ "Generate QR Code from the url of current page, link or selected text. And decode QR Code in image."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QR Code (Generator and Reader)
ดาวน์โหลดไฟล์ส่วนขยาย QR Code (Generator and Reader) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Generate QR Code and decode QR Code.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | QR Code (Generator and Reader) |
ID | hkojjajclkgeijhcmfjcjkddfjpaimek |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/qr-code-generator-and-rea/hkojjajclkgeijhcmfjcjkddfjpaimek |
คำอธิบาย | Generate QR Code from the url of current page, link or selected text. And decode QR Code in image. |
ขนาดไฟล์ | 40.47 KB |
จำนวนการติดตั้ง | 211,124 |
เวอร์ชันปัจจุบัน | 1.3.8 |
อัปเดตครั้งล่าสุด | 2021-10-30 |
วันที่เผยแพร่ | 2020-05-20 |
คะแนน | 4.14/5 รวมทั้งหมด 140 คะแนน |
ผู้พัฒนา | https://c7x.me |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://hybridapps.net/privacy.htm |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "version": "1.3.8", "short_name": "__MSG_short_name__", "default_locale": "en", "description": "__MSG_description__", "author": "Cople", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "page_action": { "default_icon": { "16": "icon\/16.png", "19": "icon\/19.png", "32": "icon\/32.png", "38": "icon\/38.png" }, "default_title": "__MSG_generate__", "default_popup": "popup.html" }, "commands": { "_execute_page_action": { "suggested_key": { "default": "Alt+Shift+Q" } } }, "background": { "scripts": [ "js\/vendor\/qrcode.js", "js\/vendor\/qrcode_UTF8.js", "js\/noconflict.js", "js\/vendor\/jsqrcode.min.js", "js\/background.js" ] }, "minimum_chrome_version": "47", "offline_enabled": true, "options_ui": { "chrome_style": true, "page": "options.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "contextMenus", "activeTab", " |