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'"
}