Confluence Section Link

Make internal link of the section in confluence.

Cos'è Confluence Section Link?

Confluence Section Link è un'estensione di Chrome sviluppata da takc923, e la sua funzione principale è "Make internal link of the section in confluence.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Confluence Section Link

Scarica i file di estensione Confluence Section Link in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Confluence Section Link Confluence Section Link
ID eapejbjglgbblhocmcbeclpcbeiikocf
URL Ufficiale https://chromewebstore.google.com/detail/confluence-section-link/eapejbjglgbblhocmcbeclpcbeiikocf
Descrizione Make internal link of the section in confluence.
Dimensione del File 6.33 KB
Conteggio Installazioni 99
Versione Corrente 0.1.3
Ultimo Aggiornamento 2013-11-24
Data di Pubblicazione 2013-11-24
Sviluppatore takc923
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/takc923/ConfluenceSectionLink
Lingue Supportate 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"
    ]
}