SEP+
Improve the Stanford Encyclopedia of Philosophy reading experience
SEP+คืออะไร?
SEP+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrew Shen และคุณลักษณะหลักของมันคือ "Improve the Stanford Encyclopedia of Philosophy reading experience"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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+ |
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" ] } ] } |