QR Cat
A tool for converting web page url to QR Code, allow you to share link with others.
什么是QR Cat?
QR Cat是由John He开发的Chrome扩展程序,该扩展的主要功能是“A tool for converting web page url to QR Code, allow you to share link with others.”。
扩展截图
下载QR Cat扩展crx文件
下载QR Cat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
QRCat is a QR code generator QRCat allows you to convert web page URLs to QR Code with a Meow button. This will allow you better share the internet with others. - QR Cat converts your current page URL to QRCode. - By clicking on "Meow", QR Cat will generate QRCodes for you. - QR Cat allows you to generate and download QR codes. - Once downloaded, QR Cat does not need internet to function.
扩展基本信息
名称 | QR Cat |
ID | jckjibkcgpglnlpgaonbhincpddnbeia |
官方URL | https://chromewebstore.google.com/detail/qr-cat/jckjibkcgpglnlpgaonbhincpddnbeia |
简介 | A tool for converting web page url to QR Code, allow you to share link with others. |
文件大小 | 56.88 KB |
安装次数 | 32 |
当前版本 | 1.0.2 |
更新时间 | 2019-08-04 |
上架时间 | 2019-08-04 |
开发者 | John He |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A tool for converting web page url to QR Code, allow you to share link with others.", "version": "1.0.2", "manifest_version": 2, "name": "QR Cat", "short_name": "qrcat", "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "icons": { "128": "icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "tabs" ], "current_locale": "en_US" } |