mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
Update contentSettings.md
This commit is contained in:
committed by
GitHub
parent
db01d2e26b
commit
6f5c1a699e
@@ -4,7 +4,7 @@ This sample demonstrates using `chrome.contentSettings` to display the settings
|
||||
|
||||
## Overview
|
||||
|
||||
The extension calls the `chrome.contentSettings` and `chrome.contentSettings` APIs to check the value of each content setting on the user's currently active tab.
|
||||
The extension calls `chrome.contentSettings.get()` and `chrome.contentSettings.set()` to manage the value of each content setting on the user's currently active tab.
|
||||
|
||||
## Running this extension
|
||||
|
||||
|
||||
Reference in New Issue
Block a user