QR Code Reader
Decode QR Codes from image
QR Code Readerとは何ですか?
QR Code Readerはhttps://c7x.meによって開発されたChromeの拡張機能で、その主な機能は「Decode QR Codes from image」です。
拡張機能のスクリーンショット
QR Code Reader拡張機能のCRXファイルをダウンロード
QR Code Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Decode QR Codes from image 拡張機能の基本情報
| 名前 | |
| ID | fpaifljagollofidhcdfnpenghcfcblj |
| 公式URL | https://chromewebstore.google.com/detail/qr-code-reader/fpaifljagollofidhcdfnpenghcfcblj |
| 説明 | Decode QR Codes from image |
| ファイルサイズ | 71.68 KB |
| インストール数 | 79 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2023-01-10 |
| 公開日 | 2023-01-09 |
| 開発者 | https://c7x.me |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://c7x.me/web-extension-privacy-policy.html |
| 対応言語 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_name__",
"version": "1.0.0",
"default_locale": "en",
"description": "__MSG_description__",
"author": "Cople",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"minimum_chrome_version": "92",
"offline_enabled": true,
"options_ui": {
"page": "options.html"
},
"permissions": [
"contextMenus",
"storage",
"scripting",
"activeTab"
],
"host_permissions": [
"https:\/\/api.mixpanel.com\/"
]
} | |