Url Share
Share the url through a QR code
Url Shareとは何ですか?
Url ShareはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Share the url through a QR code」です。
拡張機能のスクリーンショット
Url Share拡張機能のCRXファイルをダウンロード
Url Share拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Click on the extension, QR code gets generated, scan it with your mobile and you can access it on your mobile. Imagine this, you are browsing the web on your laptop, you find a very useful website that you want to share with your friends on whatsapp. If you are like me, you are annoyed with the current methods - emailing to yourself etc. Or maybe you are in a hurry and want to continue reading on your mobile. This has been built for these kind of scenarios.
拡張機能の基本情報
名前 | Url Share |
ID | ekagffpamcaamencfbkjjleflmffmdjg |
公式URL | https://chromewebstore.google.com/detail/url-share/ekagffpamcaamencfbkjjleflmffmdjg |
説明 | Share the url through a QR code |
ファイルサイズ | 62.73 KB |
インストール数 | 22 |
現在のバージョン | 2.0 |
最終更新日 | 2015-08-26 |
公開日 | 2015-08-26 |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Url Share", "description": "Share the url through a QR code", "version": "2.0", "permissions": [ "activeTab" ], "browser_action": { "default_title": "Share your page", "default_icon": "icon_128.png", "default_popup": "popup.html" }, "icons": { "16": "icon_128.png", "48": "icon_128.png", "128": "icon_128.png" }, "manifest_version": 2 } |