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
擴展基本資訊
名稱 | QR Code Reader |
ID | fpaifljagollofidhcdfnpenghcfcblj |
官方網址 | 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 |
電子郵箱 | [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\/" ] } |