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"
    ]
}