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/mozilla') 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_globsArrayexclude_matchesArrayinclude_globsArrayjsmatch_about_blankBooleanコンテンツスクリプトを "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.
matchesArrayマッチパターンの配列。下記の URLパターンにマッチする を見てください。
+マッチパターンの配列。下記の URLパターンにマッチする を見てください。
これは唯一の必須なキーです。