Programming Tips

Shows programming tips when you open a new tab

Programming Tips là gì?

Programming Tips là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Shows programming tips when you open a new tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Programming Tips

Tải xuống các tệp mở rộng Programming Tips dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Programming Tips Programming Tips
ID ooaiehbfngcjjeaiedpffeajkeleikpl
URL Chính Thức https://chromewebstore.google.com/detail/programming-tips/ooaiehbfngcjjeaiedpffeajkeleikpl
Mô tả Shows programming tips when you open a new tab
Kích Thước Tệp 402 KB
Số Lần Cài Đặt 978
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2018-06-20
Ngày Phát Hành 2018-06-20
Đánh Giá 4.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://hackr.io
URL Trang Trợ Giúp https://hackr.io/feedback
Ngôn Ngữ Được Hỗ Trợ 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'"
}