Copy hyperlink as Edge does

Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].

Copy hyperlink as Edge doesとは何ですか?

Copy hyperlink as Edge doesはzxylostによって開発されたChromeの拡張機能で、その主な機能は「Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].」です。

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

screenshot

Copy hyperlink as Edge does拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].                    

拡張機能の基本情報

名前 Copy hyperlink as Edge does Copy hyperlink as Edge does
ID pindpfknjjhmjdpgpfdempcnheecfkah
公式URL https://chromewebstore.google.com/detail/copy-hyperlink-as-edge-do/pindpfknjjhmjdpgpfdempcnheecfkah
説明 Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].
ファイルサイズ 10.83 KB
インストール数 26
現在のバージョン 0.1
最終更新日 2023-06-18
公開日 2023-06-18
開発者 zxylost
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "copyurlwithtitle.js",
                "toast.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Copy hyperlink as Edge does, just press Ctrl-C\/Cmd-C in the web page.\nDerived from [Copy url with title].",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "Copy hyperlink as Edge does",
    "short_name": "Copy hyperlink as Edge does",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1"
}