mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-26 13:19:49 +07:00
Make the README and manifest consistent. (#1030)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# chrome.cookies
|
||||
# chrome.commands
|
||||
|
||||
This sample demonstrates the `chrome.commands` API by creating a new keyboard macro for switching tabs in the browser window.
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Tab Flipper",
|
||||
"name": "chrome.commands",
|
||||
"description": "Uses the chrome.commands API by creating a new keyboard macro for switching tabs in the browser window.",
|
||||
"version": "1.0",
|
||||
"manifest_version": 3,
|
||||
|
||||
Reference in New Issue
Block a user