QR creator
Create QR code for current url.
什么是QR creator?
QR creator是由Uğur KINIK开发的Chrome扩展程序,该扩展的主要功能是“Create QR code for current url.”。
扩展截图
下载QR creator扩展crx文件
下载QR creator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When you click extension icon, it shows you a QR code for current webpage. You can use this QR code to reach this website on another device like your smartphones.
扩展基本信息
名称 | QR creator |
ID | bnapnikdipejhnceiohjeldjopimjecf |
官方URL | https://chromewebstore.google.com/detail/qr-creator/bnapnikdipejhnceiohjeldjopimjecf |
简介 | Create QR code for current url. |
文件大小 | 42.96 KB |
安装次数 | 12,382 |
当前版本 | 0.3 |
更新时间 | 2021-06-03 |
上架时间 | 2016-08-01 |
评分 | 4.33/5 共12次评分 |
开发者 | Uğur KINIK |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/kinix/qr-creator-chrome-extension |
支持的语言 | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.3", "icons": { "16": "icons\/qr.png", "48": "icons\/qr.png", "128": "icons\/qr.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "icons\/qr.png", "default_popup": "index.html" }, "manifest_version": 2 } |