CopyURL

Copy the URL and title of the active page.

O que é CopyURL?

CopyURL é uma extensão do Chrome desenvolvida por hiroyuki.komatsu, e sua principal característica é "Copy the URL and title of the active page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CopyURL

Baixe arquivos de extensão CopyURL no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome CopyURL CopyURL
ID jghibnldpjddbfolfkfongaklfidaafd
URL Oficial https://chromewebstore.google.com/detail/copyurl/jghibnldpjddbfolfkfongaklfidaafd
Descrição Copy the URL and title of the active page.
Tamanho do Arquivo 7.09 KB
Contagem de Instalações 167
Versão Atual 1.4
Última Atualização 2023-12-08
Data de Publicação 2020-06-21
Desenvolvedor hiroyuki.komatsu
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/hiroyuki-komatsu/copyurl
Idiomas Suportados 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"
    }
}