Quick Qr
You can easily convert this any link to QR and go free with it!
Quick Qrとは何ですか?
Quick Qrはhttps://ssleptsov.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「You can easily convert this any link to QR and go free with it!」です。
拡張機能のスクリーンショット
Quick Qr拡張機能のCRXファイルをダウンロード
Quick Qr拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Very useful extension that will convert your current link to QR code, so you can easily scan it on your device and go free with your link. 拡張機能の基本情報
| 名前 | |
| ID | afifoohmohbfgaknonkiooaddfmmckia |
| 公式URL | https://chromewebstore.google.com/detail/quick-qr/afifoohmohbfgaknonkiooaddfmmckia |
| 説明 | You can easily convert this any link to QR and go free with it! |
| ファイルサイズ | 211 KB |
| インストール数 | 66 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2016-03-07 |
| 公開日 | 2016-03-07 |
| 評価 | 4.50/5 合計 2 レビュー |
| 開発者 | https://ssleptsov.blogspot.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"page_action": {
"default_icon": "images\/Qr-ice-19.png",
"default_popup": "popup.html",
"default_title": "You can easily convert any link to QR and go free with it!"
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "You can easily convert this any link to QR and go free with it!",
"background": {
"scripts": [
"js\/background.js",
"js\/jquery-1.9.1.min.js",
"js\/qrcode.js",
"js\/jquery.qrcode.js"
]
},
"name": "Quick Qr",
"permissions": [
"tabs"
],
"offline_enabled": true,
"icons": {
"48": "images\/Qr-ice-48.png",
"128": "images\/Qr-ice-128.png",
"256": "images\/Qr-ice-256.png"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"version": "1.0.1"
} | |