SEP+
Improve the Stanford Encyclopedia of Philosophy reading experience
Qu'est-ce que SEP+ ?
SEP+ est une extension Chrome développée par Andrew Shen, et sa fonction principale est "Improve the Stanford Encyclopedia of Philosophy reading experience".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SEP+
Téléchargez les fichiers d'extension SEP+ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | SEP+ |
ID | falicmbacjghbjdmmnaagmbkpgiphbbg |
URL Officiel | https://chromewebstore.google.com/detail/sep+/falicmbacjghbjdmmnaagmbkpgiphbbg |
Description | Improve the Stanford Encyclopedia of Philosophy reading experience |
Taille du Fichier | 48.31 KB |
Nombre d'Installations | 695 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2021-11-01 |
Date de Publication | 2021-10-09 |
Évaluation | 4.83/5 Total 12 Évaluations |
Développeur | Andrew Shen |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/andrewshen/sep-plus |
Langues Prises en Charge | 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" ] } ] } |