Copy Marker

Copy shareable URL with highlighted selection

O que é Copy Marker?

Copy Marker é uma extensão do Chrome desenvolvida por https://roadmap.sh, e sua principal característica é "Copy shareable URL with highlighted selection".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Copy Marker

Baixe arquivos de extensão Copy Marker 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

                        Copy Marker allows you to select some text on page, right click and "Copy Marker URL" which will copy the URL with your selection information. You can share it with someone and when they open that URL it will automatically highlight the selection you made and scroll the user to that section of the page.                    

Informações Básicas da Extensão

Nome Copy Marker Copy Marker
ID jlbhiiaglonlmddaenlicebafcmpcoob
URL Oficial https://chromewebstore.google.com/detail/copy-marker/jlbhiiaglonlmddaenlicebafcmpcoob
Descrição Copy shareable URL with highlighted selection
Tamanho do Arquivo 12.03 KB
Contagem de Instalações 44
Versão Atual 1.0
Última Atualização 2020-06-13
Data de Publicação 2020-06-12
Desenvolvedor https://roadmap.sh
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/kamranahmedse/copy-marker
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Marker",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Copy shareable URL with highlighted selection",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "\/icons\/icon16.png",
        "28": "\/icons\/icon28.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Copy Marker",
        "default_icon": "\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}