QR Code Generator
Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.
什么是QR Code Generator?
QR Code Generator是由https://www.hitslink.com开发的Chrome扩展程序,该扩展的主要功能是“Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.”。
扩展截图
下载QR Code Generator扩展crx文件
下载QR Code Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The easiest way to get QR codes from URLs (also free text and phone numbers). Read the QR code generated with a smartphone or other device to automatically navigate to the URL or call the number. To read the QR code, use a QR code reader app. They are widely available on Android, IOS and most other platforms. A QR code (abbreviated from Quick Response Code) is the trademark for a type of matrix barcode (or two-dimensional bar code). The code consists of black modules (square dots) arranged in a square grid on a white background. The information encoded may be made up of four standardized types ("modes") of data (numeric, alphanumeric, byte / binary, Kanji) or, through supported extensions, virtually any type of data.
扩展基本信息
名称 | QR Code Generator |
ID | debbcngjakfaeecpdlfpoobcknkljiod |
官方URL | https://chromewebstore.google.com/detail/qr-code-generator/debbcngjakfaeecpdlfpoobcknkljiod |
简介 | Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers. |
文件大小 | 84.42 KB |
安装次数 | 353 |
当前版本 | 1.1 |
更新时间 | 2013-03-07 |
上架时间 | 2013-03-07 |
评分 | 3.67/5 共6次评分 |
开发者 | https://www.hitslink.com |
付费类型 | free |
扩展官网 | http://www.hitslink.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1", "background": { "scripts": [ "background.js" ] }, "description": "Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.", "minimum_chrome_version": "17.0", "name": "QR Code Generator", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |