From b3cb47a700c6f1a253a4b56079d182859f54d6f5 Mon Sep 17 00:00:00 2001 From: Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> Date: Tue, 21 Mar 2023 05:19:08 -0600 Subject: Renamed most instances of Yomichan -> yomitan under ext/*.html --- ext/permissions.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'ext/permissions.html') diff --git a/ext/permissions.html b/ext/permissions.html index 5ec7ba6a..b76b1fb0 100644 --- a/ext/permissions.html +++ b/ext/permissions.html @@ -3,7 +3,7 @@ - Yomichan Permissions + Yomitan Permissions @@ -24,7 +24,7 @@ -

Yomichan Permissions

+

Yomitan Permissions

@@ -32,7 +32,7 @@
<all_urls>
- Yomichan requires access to all URLs in order to run scripts to scan text and show the definitions popup, + Yomitan requires access to all URLs in order to run scripts to scan text and show the definitions popup, request audio for playback and download, and connect with Anki.
@@ -41,7 +41,7 @@
storage and unlimitedStorage
- Yomichan uses storage permissions in order to save extension settings and dictionary data. + Yomitan uses storage permissions in order to save extension settings and dictionary data. unlimitedStorage is used to help prevent web browsers from unexpectedly deleting dictionary data.
@@ -52,7 +52,7 @@
webRequest and webRequestBlocking

- Yomichan uses these permissions to ensure certain requests have valid and secure headers. + Yomitan uses these permissions to ensure certain requests have valid and secure headers. This sometimes involves removing or changing the Origin request header, as this can be used to fingerprint browser configuration.

@@ -67,7 +67,7 @@
declarativeNetRequest

- Yomichan uses this permission to ensure certain requests have valid and secure headers. + Yomitan uses this permission to ensure certain requests have valid and secure headers. This sometimes involves removing or changing the Origin request header, as this can be used to fingerprint browser configuration.

@@ -81,7 +81,7 @@
scripting
- Yomichan will sometimes need to inject stylesheets into webpages in order to + Yomitan will sometimes need to inject stylesheets into webpages in order to properly display the search popup.
@@ -90,7 +90,7 @@
clipboardWrite
- Yomichan supports simulating the Ctrl+C (copy to clipboard) keyboard shortcut + Yomitan supports simulating the Ctrl+C (copy to clipboard) keyboard shortcut when a definitions popup is open and focused.
@@ -99,9 +99,9 @@
clipboardRead (optional)
- Yomichan supports automatically opening a search window when Japanese text is copied to the clipboard + Yomitan supports automatically opening a search window when Japanese text is copied to the clipboard while the browser is running, depending on how certain settings are configured. - This allows Yomichan to support scanning text from external applications, provided there is a way + This allows Yomitan to support scanning text from external applications, provided there is a way to copy text from those applications to the clipboard.
@@ -113,7 +113,7 @@
nativeMessaging (optional)
- Yomichan has the ability to communicate with an optional native messaging component in order to support + Yomitan has the ability to communicate with an optional native messaging component in order to support parsing large blocks of Japanese text using MeCab. The installation of this component is optional and is not included by default. @@ -127,7 +127,7 @@
webNavigation (optional)
- Yomichan may require this permission to inject content scripts for certain browsers + Yomitan may require this permission to inject content scripts for certain browsers if Google Docs accessibility mode is enabled.
@@ -140,7 +140,7 @@
Allow in private windows (optional)

- When enabled, Yomichan is able to scan text and show definitions in private/incognito web browser windows. + When enabled, Yomitan is able to scan text and show definitions in private/incognito web browser windows.

This option can be configured from the web browser's extension settings pages. @@ -156,7 +156,7 @@

Allow access to file URLs (optional)

- When enabled, Yomichan is able to scan text and show definitions on local HTML files located using the file://* scheme. + When enabled, Yomitan is able to scan text and show definitions on local HTML files located using the file://* scheme.

This option can be configured from the web browser's extension settings pages. @@ -180,7 +180,7 @@ It may not be possible to enable this permission on Firefox for Android.

- Chromium-based browsers should not need to enable this setting since the Yomichan extension has + Chromium-based browsers should not need to enable this setting since the Yomitan extension has the unlimitedStorage permission, which should prevent data deletion.[1]

-- cgit v1.2.3