[WordPress] 外掛分享: Klaro Admin Accessibility

首頁外掛目錄 › Klaro Admin Accessibility
WordPress 外掛 Klaro Admin Accessibility 的封面圖片
全新外掛
安裝啟用
尚無評分
2 天前
最後更新
問題解決
WordPress 6.0+ PHP 7.4+ v1.0.1 上架:2026-07-05

內容簡介

Klaro Admin Accessibility 外掛旨在協助視覺、動作或認知障礙的使用者在 WordPress 控制台中更輕鬆地操作。它提供多項無障礙功能,提升使用者的操作體驗,並可與任何佈景主題搭配使用。

【主要功能】
• 高對比度介面:黑色背景搭配白色文字,提升可讀性
• 大字體顯示:基礎字體 18px,按鈕高度最小 44px
• 強化焦點指示:每個焦點連結、按鈕有明顯的 3px 輪廓
• 減少動態效果:抑制控制台動畫,適合不喜歡動態的使用者
• 簡化控制台選單:隱藏非管理員的工具與評論選單
• 經典編輯器切換:可切換至經典編輯器,方便輔助技術使用者

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.1) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Klaro Admin Accessibility」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Klaro Admin Accessibility helps users with visual, motor, or cognitive disabilities work in the WordPress admin area. It is the companion plugin to the Klaro accessibility-first theme, but it targets the WordPress core admin and works with any theme.
Features

High contrast admin – Black background with white text throughout the admin area, including the admin menu, toolbar, tables, and forms.
Large admin text – 18px base text, larger form fields, and 44px minimum button height for easier reading and clicking.
Enhanced focus indicators – Highly visible 3px outlines on every focused link, button, and form field, meeting the 3:1 contrast requirement for UI controls.
Reduce motion – Suppresses admin animations and transitions for users whose operating system does not expose a reduced-motion preference.
Simplify admin menu – Hides the Tools and Comments menus for non-administrator users, removes secondary dashboard widgets, and switches the dashboard to a single column, reducing cognitive load.
Classic editor toggle – Replaces the block editor with the classic editor, which some assistive technology users find easier to navigate. Defers to the Classic Editor plugin when that is active.

All settings are site-wide and live under Settings > Admin Accessibility.
What WordPress already provides
The WordPress admin already ships keyboard shortcuts, screen reader landmarks, a “Skip to main content” link, and honors your operating system’s reduced-motion preference. This plugin adds options on top of those built-in features instead of duplicating them.
For developers
The resolved feature flags can be filtered:
add_filter( 'klaro_aa_enabled_features', function ( $features ) {
$features['high_contrast'] = true; // force a feature on
return $features;
} );

延伸相關外掛

文章
Filter
Mastodon