Copy URL

This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.

Copy URLとは何ですか?

Copy URLはviveksinghggitsによって開発されたChromeの拡張機能で、その主な機能は「This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.」です。

拡張機能のスクリーンショット

screenshot

Copy URL拡張機能のCRXファイルをダウンロード

Copy URL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension can be used to convert your opened URL into a QR code which can later be scanned by the mobile device.
So the purpose of the product is to copy the URL from your computer to your mobile device.                    

拡張機能の基本情報

名前 Copy URL Copy URL
ID lhdkfgdpcodjjadeebijobklicbaegfb
公式URL https://chromewebstore.google.com/detail/copy-url/lhdkfgdpcodjjadeebijobklicbaegfb
説明 This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.
ファイルサイズ 8.12 KB
インストール数 30
現在のバージョン 1.0
最終更新日 2018-06-09
公開日 2018-06-09
開発者 viveksinghggits
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy URL",
    "description": "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "website.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}