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
官方網址 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
電子郵箱 [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"
    }
}