SEP+

Improve the Stanford Encyclopedia of Philosophy reading experience

Τι είναι το SEP+;

Το SEP+ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Andrew Shen, και η κύρια λειτουργία του είναι "Improve the Stanford Encyclopedia of Philosophy reading experience".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SEP+

Λήψη αρχείων επέκτασης 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SEP+ SEP+
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"
            ]
        }
    ]
}