SEP+

Improve the Stanford Encyclopedia of Philosophy reading experience

SEP+ क्या है?

SEP+ Andrew Shen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve the Stanford Encyclopedia of Philosophy reading experience"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SEP+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}