QR anything
Generate QR of anything instantly. Just right click and generate QR of images and links.
什麼是QR anything?
QR anything是由https://moin.im開發的Chrome擴展程式,該擴展的主要功能是“Generate QR of anything instantly. Just right click and generate QR of images and links.”。
擴展截圖
下載QR anything擴展crx文件
下載QR anything擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A light-weight extension to create QR codes of anything. It generates the QR instantly.
Currently supports:
- Links
- Text
- Images
Just right click on whatever you need the QR for and select 'QR this'. You'll see the QR right away.
Change log
v 0.6.1:
Added Android app link
v 0.6:
Optimised for performance
v0.5.1:
- 'right-click' save option for QR image.
- Developers: 64base code available 擴展基本資訊
| 名稱 | |
| ID | dpcobhfdocjilgmfdbigakbkkfjclmcl |
| 官方網址 | https://chromewebstore.google.com/detail/qr-anything/dpcobhfdocjilgmfdbigakbkkfjclmcl |
| 簡介 | Generate QR of anything instantly. Just right click and generate QR of images and links. |
| 檔案大小 | 52.87 KB |
| 安裝次數 | 593 |
| 目前版本 | 0.6.1 |
| 更新時間 | 2016-02-06 |
| 上架時間 | 2016-02-06 |
| 評分 | 4.60/5 共 10 次評分 |
| 開發者 | https://moin.im |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "QR anything",
"version": "0.6.1",
"manifest_version": 2,
"description": "Generate QR of anything instantly. Just right click and generate QR of images and links.",
"icons": {
"16": "icons\/16.png",
"28": "icons\/28.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"options_page": "qr.html",
"permissions": [
"contextMenus"
]
} | |