Confluence Section Link

Make internal link of the section in confluence.

Confluence Section Link là gì?

Confluence Section Link là một tiện ích mở rộng Chrome được phát triển bởi takc923, và tính năng chính của nó là "Make internal link of the section in confluence.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Confluence Section Link

Tải xuống các tệp mở rộng Confluence Section Link dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Confluence Section Link Confluence Section Link
ID eapejbjglgbblhocmcbeclpcbeiikocf
URL Chính Thức https://chromewebstore.google.com/detail/confluence-section-link/eapejbjglgbblhocmcbeclpcbeiikocf
Mô tả Make internal link of the section in confluence.
Kích Thước Tệp 6.33 KB
Số Lần Cài Đặt 99
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2013-11-24
Ngày Phát Hành 2013-11-24
Nhà Phát Triển takc923
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/takc923/ConfluenceSectionLink
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}