QR Code (Generator and Reader)
Generate QR Code from the url of current page, link or selected text. And decode QR Code in image.
什麼是QR Code (Generator and Reader)?
QR Code (Generator and Reader)是由https://c7x.me開發的Chrome擴展程式,該擴展的主要功能是“Generate QR Code from the url of current page, link or selected text. And decode QR Code in image.”。
擴展截圖
下載QR Code (Generator and Reader)擴展crx文件
下載QR Code (Generator and Reader)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Generate QR Code and decode QR Code.
擴展基本資訊
名稱 | QR Code (Generator and Reader) |
ID | hkojjajclkgeijhcmfjcjkddfjpaimek |
官方網址 | https://chromewebstore.google.com/detail/qr-code-generator-and-rea/hkojjajclkgeijhcmfjcjkddfjpaimek |
簡介 | Generate QR Code from the url of current page, link or selected text. And decode QR Code in image. |
檔案大小 | 40.47 KB |
安裝次數 | 211,124 |
目前版本 | 1.3.8 |
更新時間 | 2021-10-30 |
上架時間 | 2020-05-20 |
評分 | 4.14/5 共 140 次評分 |
開發者 | https://c7x.me |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://hybridapps.net/privacy.htm |
支援的語言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "version": "1.3.8", "short_name": "__MSG_short_name__", "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" }, "page_action": { "default_icon": { "16": "icon\/16.png", "19": "icon\/19.png", "32": "icon\/32.png", "38": "icon\/38.png" }, "default_title": "__MSG_generate__", "default_popup": "popup.html" }, "commands": { "_execute_page_action": { "suggested_key": { "default": "Alt+Shift+Q" } } }, "background": { "scripts": [ "js\/vendor\/qrcode.js", "js\/vendor\/qrcode_UTF8.js", "js\/noconflict.js", "js\/vendor\/jsqrcode.min.js", "js\/background.js" ] }, "minimum_chrome_version": "47", "offline_enabled": true, "options_ui": { "chrome_style": true, "page": "options.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "contextMenus", "activeTab", " |