SEP+
Improve the Stanford Encyclopedia of Philosophy reading experience
SEP+란 무엇입니까?
SEP+은(는) Andrew Shen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improve the Stanford Encyclopedia of Philosophy reading experience"입니다.
확장 프로그램 스크린샷
SEP+ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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"
]
}
]
} | |