Confluence Section Link

Make internal link of the section in confluence.

What is Confluence Section Link?

Confluence Section Link is a Chrome extension developed by takc923, and its main feature is "Make internal link of the section in confluence.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Confluence Section Link Extension CRX File

Download Confluence Section Link extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Confluence Section Link Confluence Section Link
ID eapejbjglgbblhocmcbeclpcbeiikocf
Official URL https://chromewebstore.google.com/detail/confluence-section-link/eapejbjglgbblhocmcbeclpcbeiikocf
Description Make internal link of the section in confluence.
File Size 6.33 KB
Installation Count 99
Current Version 0.1.3
Last Updated 2013-11-24
Publish Date 2013-11-24
Developer takc923
Payment Type free
Extension Website https://github.com/takc923/ConfluenceSectionLink
Supported Languages 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"
    ]
}