Programming Tips

Shows programming tips when you open a new tab

Apa itu Programming Tips?

Programming Tips adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Shows programming tips when you open a new tab".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Programming Tips

Unduh file ekstensi Programming Tips dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        If you are learning to code or want to keep your programming skills sharp, this extension is for you. See a new programming tip every time you open a new tab. Choose the programming languages/tools (JavaScript, Python, Java, Go, C++, HTML, CSS, etc.) for which you want to see the tips.
Feel free to submit your programming tips/tricks/insights that you want to share with the programming community. You can submit a code snippet you regularly use, a tip or trick not commonly known, or any suggestions for fellow learners from your side.                    

Informasi Dasar Ekstensi

Nama Programming Tips Programming Tips
ID ooaiehbfngcjjeaiedpffeajkeleikpl
URL Resmi https://chromewebstore.google.com/detail/programming-tips/ooaiehbfngcjjeaiedpffeajkeleikpl
Deskripsi Shows programming tips when you open a new tab
Ukuran File 402 KB
Jumlah Instalasi 978
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2018-06-20
Tanggal Publikasi 2018-06-20
Penilaian 4.75/5 Total 8 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://hackr.io
URL Halaman Bantuan https://hackr.io/feedback
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Programming Tips",
    "manifest_version": 2,
    "description": "Shows programming tips when you open a new tab",
    "version": "1.1.0",
    "permissions": [
        "storage",
        "https:\/\/hackr.io\/"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "code-logo.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/www.gstatic.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'"
}