Copy URL

Extension for the correct copying of URL address.

Copy URLとは何ですか?

Copy URLはalexander.mospan.devによって開発されたChromeの拡張機能で、その主な機能は「Extension for the correct copying of URL address.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Copy URL allows to copy URL addresses containing characters of national alphabets.                    

拡張機能の基本情報

名前 Copy URL Copy URL
ID mbhlgdoggkaokbjpdibodimjagkddggb
公式URL https://chromewebstore.google.com/detail/copy-url/mbhlgdoggkaokbjpdibodimjagkddggb
説明 Extension for the correct copying of URL address.
ファイルサイズ 28.21 KB
インストール数 0
現在のバージョン 1.0.0
最終更新日 2021-10-21
公開日 2021-10-21
評価 5.00/5 合計 1 レビュー
開発者 alexander.mospan.dev
Eメール [email protected]
支払い方法 free
対応言語 en,fr,ru,ar,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "img\/icon.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "page_action": {
        "default_icon": {
            "128": "img\/icon.png"
        },
        "default_title": "__MSG_button_title__"
    },
    "permissions": [
        "clipboardWrite",
        "activeTab"
    ],
    "short_name": "copyurl",
    "version": "1.0.0"
}