CopyURL Extension

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

Wat is CopyURL Extension?

CopyURL Extension is een Chrome-extensie ontwikkeld door https://grademiners.com, en de belangrijkste functie is "Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie CopyURL Extension

Download CopyURL Extension-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

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

Basisinformatie over de Extensie

Naam CopyURL Extension CopyURL Extension
ID cjoghpfkipapcnmhmdhjkbompidigllf
Officiële URL https://chromewebstore.google.com/detail/copyurl-extension/cjoghpfkipapcnmhmdhjkbompidigllf
Beschrijving Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click.
Bestandsgrootte 6.17 KB
Aantal Installaties 70
Huidige Versie 1.0
Laatst Bijgewerkt 2021-09-26
Publicatiedatum 2021-09-25
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://grademiners.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://grademiners.com/
Help Pagina-URL https://grademiners.com/
Ondersteunde Talen 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"
    ]
}