Copy URL text

A tool to decode URL when copying links from a web page.

Copy URL textとは何ですか?

Copy URL textはdave.waters89によって開発されたChromeの拡張機能で、その主な機能は「A tool to decode URL when copying links from a web page.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension will decode the link url copied from a webpage to the clipboard and update the clipboard with the decoded url.  Can be used to quickly get the pretty version of a URL link.                    

拡張機能の基本情報

名前 Copy URL text Copy URL text
ID ihdpldgbcefimodimfdjhbhnanpocgfj
公式URL https://chromewebstore.google.com/detail/copy-url-text/ihdpldgbcefimodimfdjhbhnanpocgfj
説明 A tool to decode URL when copying links from a web page.
ファイルサイズ 3.5 KB
インストール数 43
現在のバージョン 0.0.0.1
最終更新日 2018-12-06
公開日 2018-11-30
開発者 dave.waters89
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy URL text",
    "description": "A tool to decode URL when copying links from a web page.",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "oncopy.js"
            ]
        }
    ]
}