Confluence Section Link

Make internal link of the section in confluence.

O que é Confluence Section Link?

Confluence Section Link é uma extensão do Chrome desenvolvida por takc923, e sua principal característica é "Make internal link of the section in confluence.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Confluence Section Link

Baixe arquivos de extensão Confluence Section Link 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 see a link icon when you mouse over a section in confluence page. It is the internal link of the section.
You can also toggle between encoded and decoded url if you click the icon again.                    

Informações Básicas da Extensão

Nome Confluence Section Link Confluence Section Link
ID eapejbjglgbblhocmcbeclpcbeiikocf
URL Oficial https://chromewebstore.google.com/detail/confluence-section-link/eapejbjglgbblhocmcbeclpcbeiikocf
Descrição Make internal link of the section in confluence.
Tamanho do Arquivo 6.33 KB
Contagem de Instalações 99
Versão Atual 0.1.3
Última Atualização 2013-11-24
Data de Publicação 2013-11-24
Desenvolvedor takc923
Tipo de Pagamento free
Site da Extensão https://github.com/takc923/ConfluenceSectionLink
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Confluence Section Link",
    "manifest_version": 2,
    "version": "0.1.3",
    "description": "Make internal link of the section in confluence.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sectionlink.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "link.png"
    ]
}