Confluence Section Link

Make internal link of the section in confluence.

Confluence Section Linkคืออะไร?

Confluence Section Link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย takc923 และคุณลักษณะหลักของมันคือ "Make internal link of the section in confluence."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Confluence Section Link

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}