Confluence Section Link

Make internal link of the section in confluence.

Confluence Section Link क्या है?

Confluence Section Link takc923 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make internal link of the section in confluence."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Confluence Section Link एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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