Minimalist Stack Overflow
A minimalist theme for Stack Overflow
什么是Minimalist Stack Overflow?
Minimalist Stack Overflow是由Tim Finnigan开发的Chrome扩展程序,该扩展的主要功能是“A minimalist theme for Stack Overflow”。
扩展截图
下载Minimalist Stack Overflow扩展crx文件
下载Minimalist Stack Overflow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This minimalist theme helps you focus on the main content on a Stack Overflow page. 扩展基本信息
| 名称 | |
| ID | hellcneecepjkpoflpdbbeijjkjklepk |
| 官方URL | https://chromewebstore.google.com/detail/minimalist-stack-overflow/hellcneecepjkpoflpdbbeijjkjklepk |
| 简介 | A minimalist theme for Stack Overflow |
| 文件大小 | 9.2 KB |
| 安装次数 | 18 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2020-04-23 |
| 上架时间 | 2020-04-20 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | Tim Finnigan |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Minimalist Stack Overflow",
"description": "A minimalist theme for Stack Overflow",
"manifest_version": 2,
"version": "1.0.0",
"icons": {
"48": "icon_48.png",
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon_16.png"
},
"content_scripts": [
{
"css": [
"style.css"
],
"js": [
"script.js"
],
"matches": [
"https:\/\/stackoverflow.com\/questions*"
]
}
]
} | |