SEP+
Improve the Stanford Encyclopedia of Philosophy reading experience
Cos'è SEP+?
SEP+ è un'estensione di Chrome sviluppata da Andrew Shen, e la sua funzione principale è "Improve the Stanford Encyclopedia of Philosophy reading experience".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SEP+
Scarica i file di estensione SEP+ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | falicmbacjghbjdmmnaagmbkpgiphbbg |
| URL Ufficiale | https://chromewebstore.google.com/detail/sep+/falicmbacjghbjdmmnaagmbkpgiphbbg |
| Descrizione | Improve the Stanford Encyclopedia of Philosophy reading experience |
| Dimensione del File | 48.31 KB |
| Conteggio Installazioni | 695 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2021-11-01 |
| Data di Pubblicazione | 2021-10-09 |
| Valutazione | 4.83/5 Totale 12 Valutazioni |
| Sviluppatore | Andrew Shen |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/andrewshen/sep-plus |
| Lingue Supportate | 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"
]
}
]
} | |