From 4aaee0a1710f4df99bf4e07fa2ae8986b6219c62 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 14 Sep 2021 23:03:12 +0900 Subject: Mozilla/Add-on-url以下の文書内のリンクURLを正規化 (#2365) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- .../ja/mozilla/add-ons/webextensions/api/tabs/tab/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'files/ja/mozilla/add-ons/webextensions/api/tabs/tab/index.html') diff --git a/files/ja/mozilla/add-ons/webextensions/api/tabs/tab/index.html b/files/ja/mozilla/add-ons/webextensions/api/tabs/tab/index.html index 31ee57d609..3e291f4cb6 100644 --- a/files/ja/mozilla/add-ons/webextensions/api/tabs/tab/index.html +++ b/files/ja/mozilla/add-ons/webextensions/api/tabs/tab/index.html @@ -25,11 +25,11 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs/Tab
autoDiscardable {{optional_inline}}
boolean. Whether the tab can be discarded automatically by the browser when resources are low.
cookieStoreId {{optional_inline}}
-
string. タブのクッキーストア。If different tabs can have different cookie stores (for example, to support contextual identity), you can pass this as the storeId option into various methods of the {{WebExtAPIRef("cookies")}} API, to set and get cookies associated with this tab's cookie store. Only present if the extension has the "cookies" permission.
+
string. タブのクッキーストア。If different tabs can have different cookie stores (for example, to support contextual identity), you can pass this as the storeId option into various methods of the {{WebExtAPIRef("cookies")}} API, to set and get cookies associated with this tab's cookie store. Only present if the extension has the "cookies" permission.
discarded {{optional_inline}}
boolean. タブが破棄されたか。 A discarded tab is one whose content has been unloaded from memory, but is still visible in the tab strip. Its content gets reloaded the next time it's activated.
favIconUrl {{optional_inline}}
-
string. タブのfaviconのURL。Only present if the extension has the "tabs" permission. It may also be an empty string if the tab is loading.
+
string. タブのfaviconのURL。Only present if the extension has the "tabs" permission. It may also be an empty string if the tab is loading.
height {{optional_inline}}
integer. タブの高さのピクセル値。
hidden
@@ -47,9 +47,9 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs/Tab
index
integer. 0を底としたウィンドウの中のタブのインデックス。
isArticle
-
boolean. Trueならrendered in Reader Modeで閲覧可能、falseならそれ以外。
+
boolean. Trueならrendered in Reader Modeで閲覧可能、falseならそれ以外。
isInReaderMode
-
boolean. Trueならrendered in Reader Modeで閲覧中、falseならそれ以外。
+
boolean. Trueならrendered in Reader Modeで閲覧中、falseならそれ以外。
lastAccessed
double. タブが最後にアクセスされた時刻(単位: milliseconds since the epoch)。
mutedInfo {{optional_inline}}
@@ -67,9 +67,9 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs/Tab
successorId {{optional_inline}}
integer タブの後継者のID。
title {{optional_inline}}
-
string. タブのタイトル。Only present if the extension has the "tabs" permission.
+
string. タブのタイトル。Only present if the extension has the "tabs" permission.
url {{optional_inline}}
-
string. タブが表示しているドキュメントのURL。Only present if the extension has the "tabs" permission.
+
string. タブが表示しているドキュメントのURL。Only present if the extension has the "tabs" permission.
width {{optional_inline}}
integer. タブの横幅のピクセル値。
windowId
-- cgit v1.2.3-54-g00ecf