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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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