Programming Tips

Shows programming tips when you open a new tab

什么是Programming Tips?

Programming Tips是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Shows programming tips when you open a new tab”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Programming Tips扩展crx文件

下载Programming Tips扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Programming Tips Programming Tips
ID ooaiehbfngcjjeaiedpffeajkeleikpl
官方URL https://chromewebstore.google.com/detail/programming-tips/ooaiehbfngcjjeaiedpffeajkeleikpl
简介 Shows programming tips when you open a new tab
文件大小 402 KB
安装次数 978
当前版本 1.1.0
更新时间 2018-06-20
上架时间 2018-06-20
评分 4.75/5 共8次评分
开发者 Unknown
付费类型 free
扩展官网 https://hackr.io
帮助页面URL https://hackr.io/feedback
支持的语言 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'"
}