SEP+

Improve the Stanford Encyclopedia of Philosophy reading experience

SEP+ là gì?

SEP+ là một tiện ích mở rộng Chrome được phát triển bởi Andrew Shen, và tính năng chính của nó là "Improve the Stanford Encyclopedia of Philosophy reading experience".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SEP+

Tải xuống các tệp mở rộng SEP+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SEP+ SEP+
ID falicmbacjghbjdmmnaagmbkpgiphbbg
URL Chính Thức https://chromewebstore.google.com/detail/sep+/falicmbacjghbjdmmnaagmbkpgiphbbg
Mô tả Improve the Stanford Encyclopedia of Philosophy reading experience
Kích Thước Tệp 48.31 KB
Số Lần Cài Đặt 695
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2021-11-01
Ngày Phát Hành 2021-10-09
Đánh Giá 4.83/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Andrew Shen
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/andrewshen/sep-plus
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}