QR Code Maker and Decoder
QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image.
什么是QR Code Maker and Decoder?
QR Code Maker and Decoder是由Smart Software开发的Chrome扩展程序,该扩展的主要功能是“QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image.”。
扩展截图
下载QR Code Maker and Decoder扩展crx文件
下载QR Code Maker and Decoder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Creates a right-click context menu for making a QR Code from the current page, link or selected text. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image. Published the extension since 2011 Updated to the manifest v3 in December 2023
扩展基本信息
名称 | QR Code Maker and Decoder |
ID | ekkkpjnnhmokcnfdllcgldppopnneooi |
官方URL | https://chromewebstore.google.com/detail/qr-code-maker-and-decoder/ekkkpjnnhmokcnfdllcgldppopnneooi |
简介 | QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image. |
文件大小 | 39.22 KB |
安装次数 | 10,000 |
当前版本 | 0.9.2.3 |
更新时间 | 2023-12-12 |
上架时间 | 2020-05-07 |
评分 | 3.22/5 共46次评分 |
开发者 | Smart Software |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://atomurl.net/qrcode/ |
帮助页面URL | https://atomurl.net/qrcode/ |
隐私政策页面URL | http://iblogbox.com/chrome/tos.php |
支持的语言 | de,en,fr,nl,no,da,es,it,hu,pl,sk,fi,sv,cs,el,ru,uk,iw,ar,ja,ko |
manifest.json | |
{ "background": { "service_worker": "js\/bg.js" }, "default_locale": "en", "description": "__MSG_ext_description__", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "action": { "default_icon": "images\/icon19.png", "default_title": "__MSG_ext_name__" }, "name": "__MSG_ext_name__", "permissions": [ "storage", "activeTab", "contextMenus" ], "options_page": "options.html", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88.0.0.0", "version": "0.9.2.3" } |