Short URL and QR code generator
Generate short URL of the current page and get its QR code in just one click.
Short URL and QR code generatorとは何ですか?
Short URL and QR code generatorはArtyom "Sleepwalker" Fedosovによって開発されたChromeの拡張機能で、その主な機能は「Generate short URL of the current page and get its QR code in just one click.」です。
拡張機能のスクリーンショット
Short URL and QR code generator拡張機能のCRXファイルをダウンロード
Short URL and QR code generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Generate short URL of the current page and get its QR code in just one click.
拡張機能の基本情報
名前 | Short URL and QR code generator |
ID | ikihojdapjkjkglimjpnoenohodhacbk |
公式URL | https://chromewebstore.google.com/detail/short-url-and-qr-code-gen/ikihojdapjkjkglimjpnoenohodhacbk |
説明 | Generate short URL of the current page and get its QR code in just one click. |
ファイルサイズ | 42.17 KB |
インストール数 | 5,034 |
現在のバージョン | 1.4 |
最終更新日 | 2019-10-05 |
公開日 | 2019-10-03 |
評価 | 4.92/5 合計 25 レビュー |
開発者 | Artyom "Sleepwalker" Fedosov |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Short URL and QR code generator", "version": "1.4", "icons": { "16": "i\/16x16.png", "32": "i\/32x32.png", "48": "i\/48x48.png", "128": "i\/128x128.png" }, "permissions": [ "tabs", "https:\/\/tinyurl.com\/" ], "browser_action": { "default_title": "Generate short URL", "default_icon": "i\/button.png", "default_popup": "popup.html" } } |