QRCodie - QR Code Generator
A simple QR Code generator.
QRCodie - QR Code Generatorとは何ですか?
QRCodie - QR Code GeneratorはAngus Zhuによって開発されたChromeの拡張機能で、その主な機能は「A simple QR Code generator.」です。
拡張機能のスクリーンショット
QRCodie - QR Code Generator拡張機能のCRXファイルをダウンロード
QRCodie - QR Code Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        A simple and beautiful QR Code generator.
Generates the QR Code of the website or any other text contents.
What's new in 3.0
- Brand new UI design
- More appearance customization options                     拡張機能の基本情報
| 名前 |  | 
| ID | bphdkmejkbcfcglcgmmbmjggafkgfjcm | 
| 公式URL | https://chromewebstore.google.com/detail/qrcodie-qr-code-generator/bphdkmejkbcfcglcgmmbmjggafkgfjcm | 
| 説明 | A simple QR Code generator. | 
| ファイルサイズ | 124 KB | 
| インストール数 | 563 | 
| 現在のバージョン | 3.0.0 | 
| 最終更新日 | 2023-10-26 | 
| 公開日 | 2015-07-23 | 
| 評価 | 5.00/5 合計 3 レビュー | 
| 開発者 | Angus Zhu | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://ie.framer.website/ | 
| プライバシーポリシーページのURL | https://ie.framer.website/privacy | 
| 対応言語 | en,zh-CN,zh-TW | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "short_name": "QRCodie",
    "version": "3.0.0",
    "description": "__MSG_ext_desc__",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_title": "__MSG_generate_code__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage",
        "activeTab",
        "clipboardRead"
    ],
    "default_locale": "en",
    "minimum_chrome_version": "88"
} | |