Jira Dumb Links

Disable the Atlassian Jira smartlink feature

O que é Jira Dumb Links?

Jira Dumb Links é uma extensão do Chrome desenvolvida por Matt Korostoff, e sua principal característica é "Disable the Atlassian Jira smartlink feature".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Jira Dumb Links

Baixe arquivos de extensão Jira Dumb Links 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

                        This plugin disables smart links in Atlassian products such as Jira and Confluence. Once it is installed, URLs will remain as you typed them, and will not be replaced by smart links. It will not remove smart links from content authored by other people, only for content authored by you in a browser with this plugin installed.

Smart links replace URLs in written comments with metadata about the linked document, such as the HTML page title. This is a bad feature of Jira. It makes written comments harder to understand, hides important information, and injects chaotic, irrelevant text into the middle of a sentence. This plugin removes the feature.                    

Informações Básicas da Extensão

Nome Jira Dumb Links Jira Dumb Links
ID benhkamiokceniccopchdlkhcjaakpno
URL Oficial https://chromewebstore.google.com/detail/jira-dumb-links/benhkamiokceniccopchdlkhcjaakpno
Descrição Disable the Atlassian Jira smartlink feature
Tamanho do Arquivo 300 KB
Contagem de Instalações 46
Versão Atual 0.1.0
Última Atualização 2022-11-09
Data de Publicação 2022-11-05
Desenvolvedor Matt Korostoff
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/MKorostoff/jira-dumb-links
URL da Página de Ajuda https://github.com/MKorostoff/jira-dumb-links/issues
URL da Página de Política de Privacidade https://github.com/MKorostoff/jira-dumb-links/blob/master/PRIVACY.md
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jira Dumb Links",
    "description": "Disable the Atlassian Jira smartlink feature",
    "version": "0.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "\/icons\/16x16.png",
        "32": "\/icons\/32x32.png",
        "48": "\/icons\/48x48.png",
        "128": "\/icons\/128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/16x16.png",
            "32": "\/icons\/32x32.png",
            "48": "\/icons\/48x48.png",
            "128": "\/icons\/128x128.png"
        }
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/*.atlassian.net\/*"
    ]
}