Quick QR Code
Quickly generate QR codes. Keyboard Shortcut: Alt + Q.
什麼是Quick QR Code?
Quick QR Code是由https://browsernative.com開發的Chrome擴展程式,該擴展的主要功能是“Quickly generate QR codes. Keyboard Shortcut: Alt + Q.”。
擴展截圖
下載Quick QR Code擴展crx文件
下載Quick QR Code擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Quickly generate QR codes for web pages, links, images and selected text. Use toolbar button, keyboard command (Alt + Q) and the context menu options. Works offline. Read more on homepage: https://browsernative.com/quick-qr-code/
擴展基本資訊
名稱 | Quick QR Code |
ID | ljdnbhflbhmnkeocakbjcnmmclhkogmk |
官方網址 | https://chromewebstore.google.com/detail/quick-qr-code/ljdnbhflbhmnkeocakbjcnmmclhkogmk |
簡介 | Quickly generate QR codes. Keyboard Shortcut: Alt + Q. |
檔案大小 | 51.63 KB |
安裝次數 | 762 |
目前版本 | 0.0.8 |
更新時間 | 2020-02-12 |
上架時間 | 2020-02-09 |
評分 | 5.00/5 共 5 次評分 |
開發者 | https://browsernative.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://browsernative.com/quick-qr-code/ |
說明頁面URL | https://browsernative.com/quick-qr-code/ |
隱私政策頁面URL | https://browsernative.com/extensions-privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Quick QR Code", "default_popup": "popup.html" }, "description": "Quickly generate QR codes. Keyboard Shortcut: Alt + Q.", "homepage_url": "https:\/\/browsernative.com\/quick-qr-code\/", "icons": { "128": "icon.png" }, "offline_enabled": true, "manifest_version": 2, "name": "Quick QR Code", "version": "0.0.8", "permissions": [ "contextMenus", "activeTab" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Q" }, "description": "Show QR Code" } } } |