Coding Tips

Coding tips when you open a new tab in Chrome

Co to jest Coding Tips?

Coding Tips to rozszerzenie Chrome opracowane przez Sasikanth Dronavalli, a jego główną funkcją jest „Coding tips when you open a new tab in Chrome”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Coding Tips

Pobierz pliki rozszerzeń Coding Tips 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

                        Shows coding tips when open a new tab. Code tips from 6 programming languages i.e, Android, Python, CSS, Javascript, Bash, and GIT tips.                    

Podstawowe informacje o rozszerzeniu

Nazwa Coding Tips Coding Tips
ID gcjmgfcpbdkogbohifpkkifjpedapelg
Oficjalny URL https://chrome.google.com/webstore/detail/coding-tips/gcjmgfcpbdkogbohifpkkifjpedapelg
Opis Coding tips when you open a new tab in Chrome
Rozmiar pliku 111 KB
Liczba instalacji 652
Aktualna Wersja 0.0.6
Ostatnia Aktualizacja 2019-07-15
Data Publikacji 2019-07-15
Ocena 4.55/5 Łącznie 11 Oceny
Deweloper Sasikanth Dronavalli
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/sasikanth513/coding-tips
Adres URL Strony Pomocy https://github.com/sasikanth513/coding-tips/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coding Tips",
    "manifest_version": 2,
    "description": "Coding tips when you open a new tab in Chrome",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "0.0.6",
    "permissions": [
        "management",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "images\/logo.png"
    }
}