Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hustcc/chrome-qrcode
:zap: A Chrome plugin to Genrate QRCode of URL / Text, or Decode the QRcode in website. 一个Chrome浏览器插件,用于生成当前URL或者选中内容的二维码,同时可以用于解析网页上的二维码内容。
https://github.com/hustcc/chrome-qrcode
chrome chrome-qrcode chrome-url qrcode qrcode-extention
Last synced: 3 months ago
JSON representation
:zap: A Chrome plugin to Genrate QRCode of URL / Text, or Decode the QRcode in website. 一个Chrome浏览器插件,用于生成当前URL或者选中内容的二维码,同时可以用于解析网页上的二维码内容。
- Host: GitHub
- URL: https://github.com/hustcc/chrome-qrcode
- Owner: hustcc
- License: other
- Created: 2016-03-27T04:37:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-01T10:55:37.000Z (about 8 years ago)
- Last Synced: 2024-10-17T16:04:34.533Z (3 months ago)
- Topics: chrome, chrome-qrcode, chrome-url, qrcode, qrcode-extention
- Language: JavaScript
- Homepage: https://is.gd/s4woYO
- Size: 1 MB
- Stars: 137
- Watchers: 11
- Forks: 40
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![chrome-qrcode](icon/origin-logo.png)](https://www.atool.org)
## [chrome-qrcode]
一个非常简单的chrome插件,用于将当前页面的URL地址转换成一个二维码。使用效果如下图所示:
![res/screenshot.png](res/screenshot.png)
![res/screenshot_qrcode.png](res/screenshot_qrcode.png)
![res/screenshot_decode.png](res/screenshot_decode.png)意见反馈及主页: [http://www.atool.org/](http://www.atool.org/)
### 一、安装方法
1. Chrome插件商店下载地址:[https://chrome.google.com/webstore/detail/%E6%9E%81%E7%AE%80%E4%BA%8C%E7%BB%B4%E7%A0%81/bfpobnbhgondhofhkolbelkijdmgfjfm](https://chrome.google.com/webstore/detail/%E6%9E%81%E7%AE%80%E4%BA%8C%E7%BB%B4%E7%A0%81/bfpobnbhgondhofhkolbelkijdmgfjfm),请勿自行分发。【推荐】
2. 自己下载[crx/chrome-qrcode.crx](crx/chrome-qrcode.crx),拖入到浏览器中安装即可。### 二、功能说明
1. 将浏览器地址装成成二维码,方便移动设备打开
2. 将网页上的一些文字内容生成二维码
3. 将网页上的URL地址生成二维码
4. 查看网页上二维码的内容,防止直接扫描中毒### 三、目地背景
很多情况下,我们需要将PC浏览器上的URL地址放到手机或者PAD上继续浏览,但是怎么样转移到移动设备上呢?
1. IM通信工具:需要在PC和移动设备上都装有客户端
2. 邮件发送(类似于IM通信)
3. 一些临时的在线聊天工具
4. 某些网站的评论区(这都能想到?)
5. `二维码`显然二维码是一个最方便的工具了,哪个手机没有扫一扫的功能或软件?
### 四、一些说明
本项目是为了熟悉Chrome插件开发,以及webpack的基本使用而做的一个简单项目,参考或者使用的开源项目。
- [https://github.com/gera2ld/jsqrgen](https://github.com/gera2ld/jsqrgen)
### 五、后续工作
1. options配置页面,自定义二维码样式