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 |
| 官方網址 | 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"
]
}
]
} | |