SEP+
Improve the Stanford Encyclopedia of Philosophy reading experience
什么是SEP+?
SEP+是由Andrew Shen开发的Chrome扩展程序,该扩展的主要功能是“Improve the Stanford Encyclopedia of Philosophy reading experience”。
扩展截图
下载SEP+扩展crx文件
下载SEP+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
SEP+ is a browser extension for the Stanford Encyclopedia of Encyclopedia that:
- Improves typography for better readability
- Adds dark mode
- Moves article navigation to the sidebar
- Displays footnotes on hover
- Adds keyboard shortcuts for search
- Optimizes articles for printing (adds footnotes, removes irrelevant sections)
SEP+ only has access to plato.stanford.edu and will never serve ads or collect user data. 扩展基本信息
| 名称 | |
| ID | falicmbacjghbjdmmnaagmbkpgiphbbg |
| 官方URL | https://chromewebstore.google.com/detail/sep+/falicmbacjghbjdmmnaagmbkpgiphbbg |
| 简介 | Improve the Stanford Encyclopedia of Philosophy reading experience |
| 文件大小 | 48.31 KB |
| 安装次数 | 695 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2021-11-01 |
| 上架时间 | 2021-10-09 |
| 评分 | 4.83/5 共12次评分 |
| 开发者 | Andrew Shen |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/andrewshen/sep-plus |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SEP+",
"version": "1.1.0",
"manifest_version": 2,
"description": "Improve the Stanford Encyclopedia of Philosophy reading experience",
"homepage_url": "https:\/\/andrewshen.net",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"permissions": [
"http:\/\/plato.stanford.edu\/*",
"https:\/\/plato.stanford.edu\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/plato.stanford.edu\/*",
"https:\/\/plato.stanford.edu\/*"
],
"css": [
"src\/inject\/inject.css"
],
"js": [
"src\/inject\/jquery-3.6.0.min.js",
"src\/inject\/inject.js"
]
}
]
} | |