CopyURL

Copy the URL and title of the active page.

What is CopyURL?

CopyURL is a Chrome extension developed by hiroyuki.komatsu, and its main feature is "Copy the URL and title of the active page.".

Extension Screenshots

screenshot

Download CopyURL Extension CRX File

Download CopyURL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        You can copy the URL and the title of the page in rich-text by clicking the extension icon.                    

Extension Basic Information

Name CopyURL CopyURL
ID jghibnldpjddbfolfkfongaklfidaafd
Official URL https://chromewebstore.google.com/detail/copyurl/jghibnldpjddbfolfkfongaklfidaafd
Description Copy the URL and title of the active page.
File Size 7.09 KB
Installation Count 167
Current Version 1.4
Last Updated 2023-12-08
Publish Date 2020-06-21
Developer hiroyuki.komatsu
Email [email protected]
Payment Type free
Extension Website https://github.com/hiroyuki-komatsu/copyurl
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CopyURL",
    "description": "Copy the URL and title of the active page.",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "offscreen"
    ],
    "version": "1.4",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}