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 |
公式URL | 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 |
Eメール | [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" } |