-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd2e907
commit ac735b1
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
...s/zh-cn/mozilla/add-ons/webextensions/api/extensiontypes/injectdetails/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: extensionTypes.InjectDetails | ||
slug: Mozilla/Add-ons/WebExtensions/API/extensionTypes/InjectDetails | ||
l10n: | ||
sourceCommit: 2c5465eab20015868a1eeca59c5623d37b105f7c | ||
--- | ||
|
||
{{AddonSidebar}} | ||
|
||
这一类型作为参数传递给 `tabs.executeScript()`、`tabs.insertCSS()` 和 `tabs.removeCSS()` 方法。有关其属性的详细信息以及它们的用途,请参阅这些方法的文档页面: | ||
|
||
- {{WebExtAPIRef("tabs.executeScript()")}} | ||
- {{WebExtAPIRef("tabs.insertCSS()")}} | ||
- {{WebExtAPIRef("tabs.removeCSS()")}} |