CopyURL Extension

Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click.

CopyURL Extensionとは何ですか?

CopyURL Extensionはhttps://grademiners.comによって開発されたChromeの拡張機能で、その主な機能は「Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click.                    

拡張機能の基本情報

名前 CopyURL Extension CopyURL Extension
ID cjoghpfkipapcnmhmdhjkbompidigllf
公式URL https://chromewebstore.google.com/detail/copyurl-extension/cjoghpfkipapcnmhmdhjkbompidigllf
説明 Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click.
ファイルサイズ 6.17 KB
インストール数 70
現在のバージョン 1.0
最終更新日 2021-09-26
公開日 2021-09-25
評価 5.00/5 合計 2 レビュー
開発者 https://grademiners.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://grademiners.com/
ヘルプページのURL https://grademiners.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "CopyURL Extension",
    "homepage_url": "https:\/\/grademiners.com\/",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Copy URL",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}