Confluence Section Link

Make internal link of the section in confluence.

Wat is Confluence Section Link?

Confluence Section Link is een Chrome-extensie ontwikkeld door takc923, en de belangrijkste functie is "Make internal link of the section in confluence.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Confluence Section Link

Download Confluence Section Link-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Confluence Section Link Confluence Section Link
ID eapejbjglgbblhocmcbeclpcbeiikocf
Officiële URL https://chromewebstore.google.com/detail/confluence-section-link/eapejbjglgbblhocmcbeclpcbeiikocf
Beschrijving Make internal link of the section in confluence.
Bestandsgrootte 6.33 KB
Aantal Installaties 99
Huidige Versie 0.1.3
Laatst Bijgewerkt 2013-11-24
Publicatiedatum 2013-11-24
Ontwikkelaar takc923
Betalingswijze free
Extensiewebsite https://github.com/takc923/ConfluenceSectionLink
Ondersteunde Talen 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"
    ]
}