二维码生成器
将PC上的文本内容通过生成的二维码传送到手机
What is 二维码生成器?
二维码生成器 is a Chrome extension developed by https://kainy.cn, and its main feature is "将PC上的文本内容通过生成的二维码传送到手机".
Extension Screenshots
Download 二维码生成器 Extension CRX File
Download 二维码生成器 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
一、支持离线使用; 二、可编辑二维码内容,按回车键生成新二维码; 三、跨浏览器支持(通过bookmarklet实现,详见:http://bmd.kainy.cn/)。
Extension Basic Information
Name | 二维码生成器 |
ID | clbilanmdikogmjemcadlpkjgcdnmmnm |
Official URL | https://chromewebstore.google.com/detail/%E4%BA%8C%E7%BB%B4%E7%A0%81%E7%94%9F%E6%88%90%E5%99%A8/clbilanmdikogmjemcadlpkjgcdnmmnm |
Description | 将PC上的文本内容通过生成的二维码传送到手机 |
File Size | 25.75 KB |
Installation Count | 74 |
Current Version | 2.1 |
Last Updated | 2020-11-19 |
Publish Date | 2020-11-19 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://kainy.cn |
[email protected] | |
Payment Type | free |
Extension Website | http://bmd.kainy.cn/ |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u4e8c\u7ef4\u7801\u751f\u6210\u5668", "description": "\u5c06PC\u4e0a\u7684\u6587\u672c\u5185\u5bb9\u901a\u8fc7\u751f\u6210\u7684\u4e8c\u7ef4\u7801\u4f20\u9001\u5230\u624b\u673a", "version": "2.1", "permissions": [ "activeTab" ], "web_accessible_resources": [ "*.js" ], "icons": { "128": "logo.png" }, "offline_enabled": true, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "\u751f\u6210\u4e8c\u7ef4\u7801" }, "manifest_version": 2 } |