Confluence Section Link

Make internal link of the section in confluence.

Co to jest Confluence Section Link?

Confluence Section Link to rozszerzenie Chrome opracowane przez takc923, a jego główną funkcją jest „Make internal link of the section in confluence.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Confluence Section Link

Pobierz pliki rozszerzeń Confluence Section Link w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Confluence Section Link Confluence Section Link
ID eapejbjglgbblhocmcbeclpcbeiikocf
Oficjalny URL https://chromewebstore.google.com/detail/confluence-section-link/eapejbjglgbblhocmcbeclpcbeiikocf
Opis Make internal link of the section in confluence.
Rozmiar pliku 6.33 KB
Liczba instalacji 99
Aktualna Wersja 0.1.3
Ostatnia Aktualizacja 2013-11-24
Data Publikacji 2013-11-24
Deweloper takc923
Typ Płatności free
Strona Rozszerzenia https://github.com/takc923/ConfluenceSectionLink
Obsługiwane Języki 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"
    ]
}