QR Code tool
The QR code tool generates a QR code based on the URL of the current page by default, and can also customize the content.
QR Code toolとは何ですか?
QR Code toolはhttps://tool-box.vipによって開発されたChromeの拡張機能で、その主な機能は「The QR code tool generates a QR code based on the URL of the current page by default, and can also customize the content.」です。
拡張機能のスクリーンショット
QR Code tool拡張機能のCRXファイルをダウンロード
QR Code tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A useful Chrome QR code extension: function list: 1. QR code generation, the default is to generate the address of the current active page 2. QR code download 3. QR code content reading, support local file upload and BASE64 content reading 4. Support the right-click QR code image analysis of the current page - Completely offline, no need to worry about privacy security leakage. - Support one-click download After installing the extension, click the QR code icon in the upper right corner to generate the QR code of the current page, or customize the content. For more tools, see https://www.g-json.cn
拡張機能の基本情報
名前 | QR Code tool |
ID | lhlalkpebapgmcolecdeeikopddfkaoi |
公式URL | https://chromewebstore.google.com/detail/qr-code-tool/lhlalkpebapgmcolecdeeikopddfkaoi |
説明 | The QR code tool generates a QR code based on the URL of the current page by default, and can also customize the content. |
ファイルサイズ | 229 KB |
インストール数 | 166 |
現在のバージョン | 1.0.1 |
最終更新日 | 2023-09-28 |
公開日 | 2020-12-09 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://tool-box.vip |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.tool-box.vip/tools/Qrcode |
対応言語 | de,en,fr,ca,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "manifest_version": 3, "version": "1.0.1", "default_locale": "en", "author": "Gene Yang", "description": "__MSG_description__", "homepage_url": "https:\/\/www.g-json.cn", "permissions": [ "tabs", "contextMenus" ], "icons": { "16": "icons\/i_16.png", "48": "icons\/i_48.png", "128": "icons\/i_128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "action": { "default_title": "__MSG_name__", "default_popup": "index.html", "default_icon": { "16": "icons\/i_16.png", "48": "icons\/i_48.png", "128": "icons\/i_128.png" } } } |