Screen QR Reader
Read the QR code on the screen.
什麼是Screen QR Reader?
Screen QR Reader是由tk0111開發的Chrome擴展程式,該擴展的主要功能是“Read the QR code on the screen.”。
擴展截圖
下載Screen QR Reader擴展crx文件
下載Screen QR Reader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
You can read a QR code from an entire screen, window, or Chrome tab to open a web page.
It is as simple as clicking the extension icon and selecting the window, etc. that contains the QR code.
Features
- QR Codes outside the browser can also be scanned.
- Simple operation with no confusion 擴展基本資訊
| 名稱 | |
| ID | ekoaehpknadfoaolagjfdefeopkhfhln |
| 官方網址 | https://chromewebstore.google.com/detail/screen-qr-reader/ekoaehpknadfoaolagjfdefeopkhfhln |
| 簡介 | Read the QR code on the screen. |
| 檔案大小 | 131 KB |
| 安裝次數 | 3,000 |
| 目前版本 | 0.1.2 |
| 更新時間 | 2023-01-31 |
| 上架時間 | 2023-01-28 |
| 評分 | 3.40/5 共 5 次評分 |
| 開發者 | tk0111 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://tkobayashi0111.github.io/webext-privacy-policy |
| 支援的語言 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Screen QR Reader",
"default_locale": "en",
"description": "__MSG_Description__",
"version": "0.1.2",
"version_name": "0.1.2",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_popup": "src\/popup\/popup.html"
},
"options_ui": {
"page": "src\/options\/options.html",
"open_in_tab": true
},
"permissions": [
"storage"
]
} | |