FE cheatsheets

FE helper

Co to jest FE cheatsheets?

FE cheatsheets to rozszerzenie Chrome opracowane przez linyongping, a jego główną funkcją jest „FE helper”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FE cheatsheets

Pobierz pliki rozszerzeń FE cheatsheets 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

                        Useful cheat sheets for front end developer                    

Podstawowe informacje o rozszerzeniu

Nazwa FE cheatsheets FE cheatsheets
ID koclgecfmdaphmpjicbkmhhdhnelipnl
Oficjalny URL https://chromewebstore.google.com/detail/fe-cheatsheets/koclgecfmdaphmpjicbkmhhdhnelipnl
Opis FE helper
Rozmiar pliku 243 KB
Liczba instalacji 26
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2017-12-14
Data Publikacji 2017-12-13
Deweloper linyongping
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FE cheatsheets",
    "version": "1.0.1",
    "description": "FE helper",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/logo.png",
            "38": "images\/logo.png"
        },
        "default_title": "FE cheatsheets collector",
        "default_popup": "index.html"
    }
}