Skip to content

Commit

Permalink
Update files/zh-cn/mozilla/add-ons/webextensions/api/tabs/query/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Ren <[email protected]>
  • Loading branch information
yin1999 and jasonren0403 committed Jul 9, 2023
1 parent 9fe929c commit 5980d18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ browser.tabs
.then(logTabs, onError);
```

获取 `"mozilla.org"` 极其任何子域下所有 HTTP 和 HTTPS URL 的标签页:
获取 `"mozilla.org"` 及其任何子域下所有 HTTP 和 HTTPS URL 的标签页:

```js
function logTabs(tabs) {
Expand Down

0 comments on commit 5980d18

Please sign in to comment.