diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-09-14 23:03:12 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 23:03:12 +0900 |
commit | 4aaee0a1710f4df99bf4e07fa2ae8986b6219c62 (patch) | |
tree | a128d8207a561bd1a80de1aa1b95accfb5c39c3b /files/ja/mozilla/add-ons/webextensions/api/sessions | |
parent | cc7e4c4ed34fe536356fdd39e9fc64935a1a2d05 (diff) | |
download | translated-content-4aaee0a1710f4df99bf4e07fa2ae8986b6219c62.tar.gz translated-content-4aaee0a1710f4df99bf4e07fa2ae8986b6219c62.tar.bz2 translated-content-4aaee0a1710f4df99bf4e07fa2ae8986b6219c62.zip |
Mozilla/Add-on-url以下の文書内のリンクURLを正規化 (#2365)
- /en-US へのリンクを /ja へのリンクに修正
- /ja が付いていないものに /ja を付加
- MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
Diffstat (limited to 'files/ja/mozilla/add-ons/webextensions/api/sessions')
-rw-r--r-- | files/ja/mozilla/add-ons/webextensions/api/sessions/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/mozilla/add-ons/webextensions/api/sessions/index.html b/files/ja/mozilla/add-ons/webextensions/api/sessions/index.html index 870cf96426..8847f8d505 100644 --- a/files/ja/mozilla/add-ons/webextensions/api/sessions/index.html +++ b/files/ja/mozilla/add-ons/webextensions/api/sessions/index.html @@ -21,7 +21,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/sessions <p>この API は拡張機能にタブやウィンドウに関連する追加状態の保存させる関数グループも提供します。それで、タブやウィンドウが閉じられて順次復帰された場合、拡張機能は状態を取得できます。例えば、タブをグループ化する拡張機能は、これを使ってタブがどのグループにいるのかを記憶し、ユーザーがタブを復帰した時に正しいグループに復帰できるようになります。</p> -<p>セッション API を使うには "sessions" <a href="https://developer.mozilla.org/ja/Add-ons/WebExtensions/manifest.json/permissions#API_permissions">API パーミッション</a>が必要です。</p> +<p>セッション API を使うには "sessions" <a href="/ja/Add-ons/WebExtensions/manifest.json/permissions#API_permissions">API パーミッション</a>が必要です。</p> <h2 id="Types" name="Types">型</h2> @@ -38,7 +38,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/sessions <dl> <dt>{{WebExtAPIRef("sessions.MAX_SESSION_RESULTS")}}</dt> - <dd><a href="https://developer.mozilla.org/ja/docs/Mozilla/Add-ons/WebExtensions/API/sessions/getRecentlyClosed" title="Returns an array Session objects, representing windows and tabs that were closed in the current browsing session (that is: the time since the browser was started)."><code>sessions.getRecentlyClosed()</code></a>の呼び出しで返される最大のセッション数。</dd> + <dd><a href="/ja/docs/Mozilla/Add-ons/WebExtensions/API/sessions/getRecentlyClosed" title="Returns an array Session objects, representing windows and tabs that were closed in the current browsing session (that is: the time since the browser was started)."><code>sessions.getRecentlyClosed()</code></a>の呼び出しで返される最大のセッション数。</dd> </dl> <h2 id="Functions" name="Functions">関数</h2> |