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 拡張機能の基本情報
| 名前 | |
| ID | kecbciakhblncbhhihgmecmclicabmkp |
| 公式URL | 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 |
| Eメール | [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"
}
} | |