Confluence Section Link

Make internal link of the section in confluence.

什么是Confluence Section Link?

Confluence Section Link是由takc923开发的Chrome扩展程序,该扩展的主要功能是“Make internal link of the section in confluence.”。

扩展截图

screenshot
screenshot
screenshot

下载Confluence Section Link扩展crx文件

下载Confluence Section Link扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Confluence Section Link Confluence Section Link
ID eapejbjglgbblhocmcbeclpcbeiikocf
官方URL https://chromewebstore.google.com/detail/confluence-section-link/eapejbjglgbblhocmcbeclpcbeiikocf
简介 Make internal link of the section in confluence.
文件大小 6.33 KB
安装次数 99
当前版本 0.1.3
更新时间 2013-11-24
上架时间 2013-11-24
开发者 takc923
付费类型 free
扩展官网 https://github.com/takc923/ConfluenceSectionLink
支持的语言 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"
    ]
}