Confluence Section Link

Make internal link of the section in confluence.

Qu'est-ce que Confluence Section Link ?

Confluence Section Link est une extension Chrome développée par takc923, et sa fonction principale est "Make internal link of the section in confluence.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Confluence Section Link

Téléchargez les fichiers d'extension Confluence Section Link au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Confluence Section Link Confluence Section Link
ID eapejbjglgbblhocmcbeclpcbeiikocf
URL Officiel https://chromewebstore.google.com/detail/confluence-section-link/eapejbjglgbblhocmcbeclpcbeiikocf
Description Make internal link of the section in confluence.
Taille du Fichier 6.33 KB
Nombre d'Installations 99
Version Actuelle 0.1.3
Dernière Mise à Jour 2013-11-24
Date de Publication 2013-11-24
Développeur takc923
Type de Paiement free
Site Web de l'Extension https://github.com/takc923/ConfluenceSectionLink
Langues Prises en Charge 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"
    ]
}