QRify
Turn a URL into a QR code with one click
什麼是QRify?
QRify是由em_te開發的Chrome擴展程式,該擴展的主要功能是“Turn a URL into a QR code with one click”。
擴展截圖
下載QRify擴展crx文件
下載QRify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Features: - QR code generated offline for your privacy - Accessible from toolbar icon - Accessible from right-click menu - International characters supported (UTF-8) - QR code is big making it ideal for presentations and meetings - Click to edit the QR text and generate a new QR code - QR code stays in a separate window (right-click only) which you can keep on screen - Runs as load-on-demand (inactive background extension) to save memory, so first time startup will be slower
擴展基本資訊
名稱 | QRify |
ID | kecbciakhblncbhhihgmecmclicabmkp |
官方網址 | https://chromewebstore.google.com/detail/qrify/kecbciakhblncbhhihgmecmclicabmkp |
簡介 | Turn a URL into a QR code with one click |
檔案大小 | 14.16 KB |
安裝次數 | 47 |
目前版本 | 0.2.1 |
更新時間 | 2017-08-12 |
上架時間 | 2017-08-11 |
評分 | 5.00/5 共 3 次評分 |
開發者 | em_te |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://em-te.github.io/privacy |
支援的語言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QRify", "author": "Terry Yuen", "version": "0.2.1", "description": "__MSG_extensionDescription__", "manifest_version": 2, "default_locale": "en", "icons": { "11": "icon_11.png", "22": "icon_22.png", "48": "icon_48.png", "96": "icon_96.png" }, "permissions": [ "contextMenus", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "browser_style": false, "default_icon": { "11": "icon_11.png", "22": "icon_22.png", "48": "icon_48.png", "96": "icon_96.png" }, "default_title": "__MSG_omniToQR__", "default_popup": "popup.html" } } |