SEP+
Improve the Stanford Encyclopedia of Philosophy reading experience
SEP+とは何ですか?
SEP+はAndrew Shenによって開発されたChromeの拡張機能で、その主な機能は「Improve the Stanford Encyclopedia of Philosophy reading experience」です。
拡張機能のスクリーンショット
SEP+拡張機能のCRXファイルをダウンロード
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+ |
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 |
Eメール | [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" ] } ] } |