Coding Tips

Coding tips when you open a new tab in Chrome

Coding Tips là gì?

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

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Coding 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

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

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

Tên Coding Tips Coding Tips
ID gcjmgfcpbdkogbohifpkkifjpedapelg
URL Chính Thức https://chrome.google.com/webstore/detail/coding-tips/gcjmgfcpbdkogbohifpkkifjpedapelg
Mô tả Coding tips when you open a new tab in Chrome
Kích Thước Tệp 111 KB
Số Lần Cài Đặt 652
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2019-07-15
Ngày Phát Hành 2019-07-15
Đánh Giá 4.55/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Sasikanth Dronavalli
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sasikanth513/coding-tips
URL Trang Trợ Giúp https://github.com/sasikanth513/coding-tips/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}