CopyURL

Copy the URL and title of the active page.

Hvad er CopyURL?

CopyURL er en Chrome-udvidelse udviklet af hiroyuki.komatsu, og dens hovedfunktion er "Copy the URL and title of the active page.".

Udvidelsesskærmbilleder

screenshot

Download CopyURL-udvidelses-CRX-fil

Download CopyURL-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn CopyURL CopyURL
ID jghibnldpjddbfolfkfongaklfidaafd
Officiel URL https://chromewebstore.google.com/detail/copyurl/jghibnldpjddbfolfkfongaklfidaafd
Beskrivelse Copy the URL and title of the active page.
Filstørrelse 7.09 KB
Antal Installationer 167
Nuværende Version 1.4
Senest Opdateret 2023-12-08
Udgivelsesdato 2020-06-21
Udvikler hiroyuki.komatsu
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/hiroyuki-komatsu/copyurl
Understøttede Sprog 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"
    }
}