Confluence Editor's Missing Shortcuts

Enable Confluence Editor's Missing Shortcuts

Co to jest Confluence Editor's Missing Shortcuts?

Confluence Editor's Missing Shortcuts to rozszerzenie Chrome opracowane przez Jooyung.Han, a jego główną funkcją jest „Enable Confluence Editor's Missing Shortcuts”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Confluence Editor's Missing Shortcuts

Pobierz pliki rozszerzeń Confluence Editor's Missing Shortcuts 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

                        This extension enables two missing shortcuts for Confluence Editor.

 * indent : )
 * outdent : (

You need to press together with Shift and Command on Mac or Shift and Alt on other platforms.


Update 1.1.1
* remove unnecessary console output                    

Podstawowe informacje o rozszerzeniu

Nazwa Confluence Editor's Missing Shortcuts Confluence Editor's Missing Shortcuts
ID eejjmkajcnkdmongpolmplghjgbkikfd
Oficjalny URL https://chrome.google.com/webstore/detail/confluence-editors-missin/eejjmkajcnkdmongpolmplghjgbkikfd
Opis Enable Confluence Editor's Missing Shortcuts
Rozmiar pliku 17.51 KB
Liczba instalacji 29
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2016-01-06
Data Publikacji 2016-01-06
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper Jooyung.Han
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Confluence Editor's Missing Shortcuts",
    "description": "Enable Confluence Editor's Missing Shortcuts",
    "version": "1.1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        ""
    ]
}