SEP+
Improve the Stanford Encyclopedia of Philosophy reading experience
Was ist SEP+?
SEP+ ist eine Chrome-Erweiterung, die von Andrew Shen entwickelt wurde, und ihr Hauptmerkmal ist "Improve the Stanford Encyclopedia of Philosophy reading experience".
Erweiterungsscreenshots
SEP+-Erweiterungs-CRX-Datei herunterladen
Laden Sie SEP+-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | falicmbacjghbjdmmnaagmbkpgiphbbg |
| Offizielle URL | https://chromewebstore.google.com/detail/sep+/falicmbacjghbjdmmnaagmbkpgiphbbg |
| Beschreibung | Improve the Stanford Encyclopedia of Philosophy reading experience |
| Dateigröße | 48.31 KB |
| Installationsanzahl | 695 |
| Aktuelle Version | 1.1.0 |
| Letztes Update | 2021-11-01 |
| Veröffentlichungsdatum | 2021-10-09 |
| Bewertung | 4.83/5 Insgesamt 12 Bewertungen |
| Entwickler | Andrew Shen |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/andrewshen/sep-plus |
| Unterstützte Sprachen | 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"
]
}
]
} | |