Copy Link

Chrome extension to copy the link of the current page.

Copy Linkとは何ですか?

Copy Linkはchick307によって開発されたChromeの拡張機能で、その主な機能は「Chrome extension to copy the link of the current page.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension helps you to copy the link of the current page.                    

拡張機能の基本情報

名前 Copy Link Copy Link
ID odhbmnlhdmbcacdoopohcddanplmmljd
公式URL https://chromewebstore.google.com/detail/copy-link/odhbmnlhdmbcacdoopohcddanplmmljd
説明 Chrome extension to copy the link of the current page.
ファイルサイズ 67.58 KB
インストール数 18
現在のバージョン 1.2.0
最終更新日 2021-08-03
公開日 2020-02-09
開発者 chick307
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy Link",
    "version": "1.2.0",
    "description": "Chrome extension to copy the link of the current page.",
    "browser_action": {
        "default_icon": {
            "32": "assets\/images\/browser-action-32.png",
            "64": "assets\/images\/browser-action-64.png"
        },
        "default_popup": "views\/popup.html",
        "default_title": "Copy Link"
    },
    "content_security_policy": "default-src 'self'",
    "icons": {
        "64": "assets\/images\/icon-64.png",
        "128": "assets\/images\/icon-128.png"
    },
    "minimum_chrome_version": "79",
    "permissions": [
        "activeTab"
    ]
}