Coding Tips

Coding tips when you open a new tab in Chrome

Coding Tipsとは何ですか?

Coding TipsはSasikanth Dronavalliによって開発されたChromeの拡張機能で、その主な機能は「Coding tips when you open a new tab in Chrome」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Coding Tips拡張機能のCRXファイルをダウンロード

Coding Tips拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Coding Tips Coding Tips
ID gcjmgfcpbdkogbohifpkkifjpedapelg
公式URL https://chrome.google.com/webstore/detail/coding-tips/gcjmgfcpbdkogbohifpkkifjpedapelg
説明 Coding tips when you open a new tab in Chrome
ファイルサイズ 111 KB
インストール数 652
現在のバージョン 0.0.6
最終更新日 2019-07-15
公開日 2019-07-15
評価 4.55/5 合計 11 レビュー
開発者 Sasikanth Dronavalli
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/sasikanth513/coding-tips
ヘルプページのURL https://github.com/sasikanth513/coding-tips/issues
対応言語 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"
    }
}