Copy Text Fragment URL

Copy a link to any highlighted text just by right-clicking.

O que é Copy Text Fragment URL?

Copy Text Fragment URL é uma extensão do Chrome desenvolvida por Andrew Rabon, e sua principal característica é "Copy a link to any highlighted text just by right-clicking.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Copy Text Fragment URL

Baixe arquivos de extensão Copy Text Fragment URL 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

                        As of version 80, Chromium has a fancy new feature called "scroll to text fragment," letting you jump to anywhere in the page given specified text. This extension wraps that functionality, letting you highlight and right-click to easily copy a URL to where that text is on the page.

Inspired by and built for the Web's loyal vanguard and general lovable weirdo, Bruce Lawson.                    

Informações Básicas da Extensão

Nome Copy Text Fragment URL Copy Text Fragment URL
ID bemdbglmlhlkmkgfnleiofphhekephnm
URL Oficial https://chromewebstore.google.com/detail/copy-text-fragment-url/bemdbglmlhlkmkgfnleiofphhekephnm
Descrição Copy a link to any highlighted text just by right-clicking.
Tamanho do Arquivo 148 KB
Contagem de Instalações 371
Versão Atual 1.0.1
Última Atualização 2020-03-12
Data de Publicação 2020-03-11
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Andrew Rabon
Tipo de Pagamento free
Site da Extensão https://github.com/andrewrabon/copy-text-fragment-url
URL da Página de Ajuda https://github.com/andrewrabon/copy-text-fragment-url/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Text Fragment URL",
    "version": "1.0.1",
    "description": "Copy a link to any highlighted text just by right-clicking.",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "512": "icons\/512.png"
    },
    "background": {
        "scripts": [
            "dist\/backgroundScript.js"
        ],
        "persistent": false
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "contextMenus"
    ]
}