QR Code Maker and Decoder
QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image.
什麼是QR Code Maker and Decoder?
QR Code Maker and Decoder是由Smart Software開發的Chrome擴展程式,該擴展的主要功能是“QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image.”。
擴展截圖
下載QR Code Maker and Decoder擴展crx文件
下載QR Code Maker and Decoder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Creates a right-click context menu for making a QR Code from the current page, link or selected text. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image. Published the extension since 2011 Updated to the manifest v3 in December 2023
擴展基本資訊
名稱 | QR Code Maker and Decoder |
ID | ekkkpjnnhmokcnfdllcgldppopnneooi |
官方網址 | https://chromewebstore.google.com/detail/qr-code-maker-and-decoder/ekkkpjnnhmokcnfdllcgldppopnneooi |
簡介 | QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image. |
檔案大小 | 39.22 KB |
安裝次數 | 10,000 |
目前版本 | 0.9.2.3 |
更新時間 | 2023-12-12 |
上架時間 | 2020-05-07 |
評分 | 3.22/5 共 46 次評分 |
開發者 | Smart Software |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://atomurl.net/qrcode/ |
說明頁面URL | https://atomurl.net/qrcode/ |
隱私政策頁面URL | http://iblogbox.com/chrome/tos.php |
支援的語言 | de,en,fr,nl,no,da,es,it,hu,pl,sk,fi,sv,cs,el,ru,uk,iw,ar,ja,ko |
manifest.json | |
{ "background": { "service_worker": "js\/bg.js" }, "default_locale": "en", "description": "__MSG_ext_description__", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "action": { "default_icon": "images\/icon19.png", "default_title": "__MSG_ext_name__" }, "name": "__MSG_ext_name__", "permissions": [ "storage", "activeTab", "contextMenus" ], "options_page": "options.html", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88.0.0.0", "version": "0.9.2.3" } |