From fbf43389eeb5f0f6affaacad778e2f3941ec37c5 Mon Sep 17 00:00:00 2001 From: Masa-Shin <34234442+Masa-Shin@users.noreply.github.com> Date: Fri, 27 Aug 2021 19:21:04 +0900 Subject: Fix anchor links in Add-ons/WebExtensions/manifest.json/content_scripts/index (#2242) --- .../webextensions/manifest.json/content_scripts/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'files/ja') diff --git a/files/ja/mozilla/add-ons/webextensions/manifest.json/content_scripts/index.html b/files/ja/mozilla/add-ons/webextensions/manifest.json/content_scripts/index.html index 964a6191d1..374666898f 100644 --- a/files/ja/mozilla/add-ons/webextensions/manifest.json/content_scripts/index.html +++ b/files/ja/mozilla/add-ons/webextensions/manifest.json/content_scripts/index.html @@ -80,17 +80,17 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/content_scripts exclude_globs Array - ワイルドカードを含む文字配列。下記の URL パターンにマッチする を見てください。 + ワイルドカードを含む文字配列。下記の URL パターンにマッチする を見てください。 exclude_matches Array - マッチパターンの配列。下記の URL パターンにマッチするを見てください。 + マッチパターンの配列。下記の URL パターンにマッチするを見てください。 include_globs Array - ワイルドカードを含む文字配列。下記の URL パターンにマッチする を見てください。 + ワイルドカードを含む文字配列。下記の URL パターンにマッチする を見てください。 js @@ -112,7 +112,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/content_scripts match_about_blank Boolean -

コンテンツスクリプトを "about:blank" もしくは"about:srcdoc"のURLを持つページに挿入します。 if the URL of the page that opened or created this page matches the patterns specified in the rest of the content_scripts key.

+

コンテンツスクリプトを "about:blank" もしくは"about:srcdoc"のURLを持つページに挿入します。 if the URL of the page that opened or created this page matches the patterns specified in the rest of the content_scripts key.

This is especially useful to run scripts in empty iframes , whose URL is "about:blank". To do this you should also set the all_frames key.

@@ -137,7 +137,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/content_scripts matches Array -

マッチパターンの配列。下記の URLパターンにマッチする を見てください。

+

マッチパターンの配列。下記の URLパターンにマッチする を見てください。

これは唯一の必須なキーです。

-- cgit v1.2.3-54-g00ecf