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”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | ooaiehbfngcjjeaiedpffeajkeleikpl |
| 官方網址 | 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'"
} | |