Revert StackExchange Formatting
Brings back the old line height, fonts, colors, etc. on StackExchange websites like StackOverflow.
Revert StackExchange Formattingคืออะไร?
Revert StackExchange Formatting เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pridify13 และคุณลักษณะหลักของมันคือ "Brings back the old line height, fonts, colors, etc. on StackExchange websites like StackOverflow."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Revert StackExchange Formatting
ดาวน์โหลดไฟล์ส่วนขยาย Revert StackExchange Formatting ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
UPDATE (May 22, 2020): added support for reverting fonts! On August 27, 2020, StackOverflow websites like ServerFault, AskUbuntu, SuperUser, etc. made new formatting changes that were unnecessary imho. Use this extension if you want back the old compact line height, paragraph spacing, old fonts (Arial, Consolas) and other formattings (colors, borders, padding, etc.), on StackExchange websites. INSTRUCTIONS: click on extension icon (top-right) to see Options. Customizable: - Only revert line-height - Choose custom line-height value - Revert to old paragraph spacing - Enable additional reversions (background-colors, border-radius, padding, etc.) - Revert Fonts (back to Arial and Consolas) - Change blockquote styling (darker text, yellow background) - Disable extension with one click Contribute: - GitHub repo: https://github.com/Prid13/Revert-StackExchange-Formatting Donate: - ko-fi.com/prid13
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fliedkodjpgomjmjbkaehhlllnhmcjnh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/revert-stackexchange-form/fliedkodjpgomjmjbkaehhlllnhmcjnh |
คำอธิบาย | Brings back the old line height, fonts, colors, etc. on StackExchange websites like StackOverflow. |
ขนาดไฟล์ | 17.97 KB |
จำนวนการติดตั้ง | 33 |
เวอร์ชันปัจจุบัน | 0.9.5 |
อัปเดตครั้งล่าสุด | 2021-05-22 |
วันที่เผยแพร่ | 2020-08-28 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | pridify13 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Prid13/Revert-StackExchange-Formatting |
URL หน้าช่วยเหลือ | https://github.com/Prid13/Revert-StackExchange-Formatting |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Revert StackExchange Formatting", "version": "0.9.5", "manifest_version": 2, "homepage_url": "https:\/\/github.com\/Prid13\/Revert-StackExchange-Formatting", "description": "Brings back the old line height, fonts, colors, etc. on StackExchange websites like StackOverflow.", "icons": { "16": "icons\/favicon-16x16.png", "32": "icons\/favicon-32x32.png", "48": "icons\/favicon-48x48.png", "128": "icons\/favicon-128x128.png" }, "browser_action": { "default_icon": "icons\/favicon-19x19.png", "default_title": "StackExchange - Custom Formatting", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.stackoverflow.com\/*", "*:\/\/*.serverfault.com\/*", "*:\/\/*.superuser.com\/*", "*:\/\/*.stackexchange.com\/*", "*:\/\/*.askubuntu.com\/*", "*:\/\/*.stackapps.com\/*", "*:\/\/*.mathoverflow.net\/*" ], "run_at": "document_start", "js": [ "src\/inject\/custom_css.js" ] } ] } |