Use the chrome.accessibilityFeatures API to manage Chrome's accessibility features. This API relies on the ChromeSetting prototype of the type API for getting and setting individual accessibility features. In order to get feature states the extension must request accessibilityFeatures.read permission. For modifying feature state, the extension needs accessibilityFeatures.modify permission. Note that accessibilityFeatures.modify does not imply accessibilityFeatures.read permission.
Use the chrome.accessibilityFeatures API to manage Chrome's accessibility features. This API relies on the ChromeSetting prototype of the type API for getting and setting individual accessibility features. In order to get feature states the extension must request accessibilityFeatures.read permission. For modifying feature state, the extension needs accessibilityFeatures.modify permission. Note that accessibilityFeatures.modify does not imply accessibilityFeatures.read permission. * available since Chrome 37 * https://developer.chrome.com/apps/accessibilityFeatures
(get-animation-policy)
get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.
https://developer.chrome.com/apps/accessibilityFeatures#property-animationPolicy.
get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission. https://developer.chrome.com/apps/accessibilityFeatures#property-animationPolicy.
(get-autoclick)
ChromeOS only.Auto mouse click after mouse stops moving. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.
https://developer.chrome.com/apps/accessibilityFeatures#property-autoclick.
ChromeOS only.Auto mouse click after mouse stops moving. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission. https://developer.chrome.com/apps/accessibilityFeatures#property-autoclick.
(get-caret-highlight)
ChromeOS only.Caret highlighting. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.
https://developer.chrome.com/apps/accessibilityFeatures#property-caretHighlight.
ChromeOS only.Caret highlighting. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission. https://developer.chrome.com/apps/accessibilityFeatures#property-caretHighlight.
(get-cursor-color)
ChromeOS only.Cursor color. The value indicates whether the feature is enabled or not, doesn't indicate the color of it. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.
https://developer.chrome.com/apps/accessibilityFeatures#property-cursorColor.
ChromeOS only.Cursor color. The value indicates whether the feature is enabled or not, doesn't indicate the color of it. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission. https://developer.chrome.com/apps/accessibilityFeatures#property-cursorColor.
(get-cursor-highlight)
ChromeOS only.Cursor highlighting. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.
https://developer.chrome.com/apps/accessibilityFeatures#property-cursorHighlight.
ChromeOS only.Cursor highlighting. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission. https://developer.chrome.com/apps/accessibilityFeatures#property-cursorHighlight.
(get-docked-magnifier)
ChromeOS only.Docked magnifier. The value indicates whether docked magnifier feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.
https://developer.chrome.com/apps/accessibilityFeatures#property-dockedMagnifier.
ChromeOS only.Docked magnifier. The value indicates whether docked magnifier feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission. https://developer.chrome.com/apps/accessibilityFeatures#property-dockedMagnifier.
(get-focus-highlight)
ChromeOS only.Focus highlighting. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.
https://developer.chrome.com/apps/accessibilityFeatures#property-focusHighlight.
ChromeOS only.Focus highlighting. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission. https://developer.chrome.com/apps/accessibilityFeatures#property-focusHighlight.
(get-high-contrast)
ChromeOS only.High contrast rendering mode. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.
https://developer.chrome.com/apps/accessibilityFeatures#property-highContrast.
ChromeOS only.High contrast rendering mode. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission. https://developer.chrome.com/apps/accessibilityFeatures#property-highContrast.
(get-large-cursor)
ChromeOS only.Enlarged cursor. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.
https://developer.chrome.com/apps/accessibilityFeatures#property-largeCursor.
ChromeOS only.Enlarged cursor. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission. https://developer.chrome.com/apps/accessibilityFeatures#property-largeCursor.
(get-screen-magnifier)
ChromeOS only.Full screen magnification. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.
https://developer.chrome.com/apps/accessibilityFeatures#property-screenMagnifier.
ChromeOS only.Full screen magnification. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission. https://developer.chrome.com/apps/accessibilityFeatures#property-screenMagnifier.
(get-select-to-speak)
ChromeOS only.Select-to-speak. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.
https://developer.chrome.com/apps/accessibilityFeatures#property-selectToSpeak.
ChromeOS only.Select-to-speak. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission. https://developer.chrome.com/apps/accessibilityFeatures#property-selectToSpeak.
(get-spoken-feedback)
ChromeOS only.Spoken feedback (text-to-speech). The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.
https://developer.chrome.com/apps/accessibilityFeatures#property-spokenFeedback.
ChromeOS only.Spoken feedback (text-to-speech). The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission. https://developer.chrome.com/apps/accessibilityFeatures#property-spokenFeedback.
(get-sticky-keys)
ChromeOS only.Sticky modifier keys (like shift or alt). The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.
https://developer.chrome.com/apps/accessibilityFeatures#property-stickyKeys.
ChromeOS only.Sticky modifier keys (like shift or alt). The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission. https://developer.chrome.com/apps/accessibilityFeatures#property-stickyKeys.
(get-switch-access)
ChromeOS only.Switch Access. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.
https://developer.chrome.com/apps/accessibilityFeatures#property-switchAccess.
ChromeOS only.Switch Access. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission. https://developer.chrome.com/apps/accessibilityFeatures#property-switchAccess.
(get-virtual-keyboard)
ChromeOS only.Virtual on-screen keyboard. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.
https://developer.chrome.com/apps/accessibilityFeatures#property-virtualKeyboard.
ChromeOS only.Virtual on-screen keyboard. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission. https://developer.chrome.com/apps/accessibilityFeatures#property-virtualKeyboard.
(tap-all-events chan)
Taps all valid non-deprecated events in chromex.app.accessibility-features namespace.
Taps all valid non-deprecated events in chromex.app.accessibility-features namespace.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close