QR Cat
A tool for converting web page url to QR Code, allow you to share link with others.
QR Catとは何ですか?
QR CatはJohn Heによって開発されたChromeの拡張機能で、その主な機能は「A tool for converting web page url to QR Code, allow you to share link with others.」です。
拡張機能のスクリーンショット
QR Cat拡張機能のCRXファイルをダウンロード
QR Cat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
QRCat is a QR code generator QRCat allows you to convert web page URLs to QR Code with a Meow button. This will allow you better share the internet with others. - QR Cat converts your current page URL to QRCode. - By clicking on "Meow", QR Cat will generate QRCodes for you. - QR Cat allows you to generate and download QR codes. - Once downloaded, QR Cat does not need internet to function.
拡張機能の基本情報
名前 | QR Cat |
ID | jckjibkcgpglnlpgaonbhincpddnbeia |
公式URL | https://chromewebstore.google.com/detail/qr-cat/jckjibkcgpglnlpgaonbhincpddnbeia |
説明 | A tool for converting web page url to QR Code, allow you to share link with others. |
ファイルサイズ | 56.88 KB |
インストール数 | 32 |
現在のバージョン | 1.0.2 |
最終更新日 | 2019-08-04 |
公開日 | 2019-08-04 |
開発者 | John He |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A tool for converting web page url to QR Code, allow you to share link with others.", "version": "1.0.2", "manifest_version": 2, "name": "QR Cat", "short_name": "qrcat", "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "icons": { "128": "icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "tabs" ], "current_locale": "en_US" } |