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”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
}
} | |