CopyURL

Copy the URL and title of the active page.

Wat is CopyURL?

CopyURL is een Chrome-extensie ontwikkeld door hiroyuki.komatsu, en de belangrijkste functie is "Copy the URL and title of the active page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CopyURL

Download CopyURL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam CopyURL CopyURL
ID jghibnldpjddbfolfkfongaklfidaafd
Officiële URL https://chromewebstore.google.com/detail/copyurl/jghibnldpjddbfolfkfongaklfidaafd
Beschrijving Copy the URL and title of the active page.
Bestandsgrootte 7.09 KB
Aantal Installaties 167
Huidige Versie 1.4
Laatst Bijgewerkt 2023-12-08
Publicatiedatum 2020-06-21
Ontwikkelaar hiroyuki.komatsu
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/hiroyuki-komatsu/copyurl
Ondersteunde Talen 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"
    }
}