Sh!t programmers Say
A new programmer quote in a new tab
什么是Sh!t programmers Say?
Sh!t programmers Say是由Shaun Dunne开发的Chrome扩展程序,该扩展的主要功能是“A new programmer quote in a new tab”。
扩展截图
下载Sh!t programmers Say扩展crx文件
下载Sh!t programmers Say扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With a new blank tab, comes a new quote.
Enjoy.
@shaundunne 扩展基本信息
| 名称 | |
| ID | nffjbcamijiedbkkeclnbadbpfkcpeid |
| 官方URL | https://chromewebstore.google.com/detail/sht-programmers-say/nffjbcamijiedbkkeclnbadbpfkcpeid |
| 简介 | A new programmer quote in a new tab |
| 文件大小 | 166 KB |
| 安装次数 | 61 |
| 当前版本 | 0.1 |
| 更新时间 | 2016-02-04 |
| 上架时间 | 2016-02-04 |
| 评分 | 4.86/5 共7次评分 |
| 开发者 | Shaun Dunne |
| 付费类型 | free |
| 扩展官网 | http://www.studiozero.co |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Shaun Dunne",
"manifest_version": 2,
"name": "Sh!t programmers Say",
"version": "0.1",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"description": "A new programmer quote in a new tab",
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
}
} | |