chrome-types 0.1.354 → 0.1.356
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_all.d.ts +177 -4
- package/index.d.ts +118 -2
- package/package.json +2 -2
package/_all.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Thu Jun 26 2025 22:33:50 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 2460bafb67b67c895e7eb21e63fcdfaac1bcfbf5
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -47,6 +47,11 @@ declare namespace chrome {
|
|
|
47
47
|
*
|
|
48
48
|
* @chrome-permission accessibilityFeatures.modify
|
|
49
49
|
* @chrome-permission accessibilityFeatures.read
|
|
50
|
+
* @chrome-platform chromeos
|
|
51
|
+
* @chrome-platform fuchsia
|
|
52
|
+
* @chrome-platform linux
|
|
53
|
+
* @chrome-platform mac
|
|
54
|
+
* @chrome-platform win
|
|
50
55
|
*/
|
|
51
56
|
export namespace accessibilityFeatures {
|
|
52
57
|
|
|
@@ -987,6 +992,11 @@ declare namespace chrome {
|
|
|
987
992
|
* Use the `chrome.app.runtime` API to manage the app lifecycle. The app runtime manages app installation, controls the event page, and can shut down the app at anytime.
|
|
988
993
|
*
|
|
989
994
|
* @chrome-platform-apps
|
|
995
|
+
* @chrome-platform chromeos
|
|
996
|
+
* @chrome-platform fuchsia
|
|
997
|
+
* @chrome-platform linux
|
|
998
|
+
* @chrome-platform mac
|
|
999
|
+
* @chrome-platform win
|
|
990
1000
|
*/
|
|
991
1001
|
export namespace app.runtime {
|
|
992
1002
|
|
|
@@ -1095,6 +1105,11 @@ declare namespace chrome {
|
|
|
1095
1105
|
* Use the `chrome.app.window` API to create windows. Windows have an optional frame with title bar and size controls. They are not associated with any Chrome browser windows. See the [Window State Sample](https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/window-state) for a demonstration of these options.
|
|
1096
1106
|
*
|
|
1097
1107
|
* @chrome-platform-apps
|
|
1108
|
+
* @chrome-platform chromeos
|
|
1109
|
+
* @chrome-platform fuchsia
|
|
1110
|
+
* @chrome-platform linux
|
|
1111
|
+
* @chrome-platform mac
|
|
1112
|
+
* @chrome-platform win
|
|
1098
1113
|
*/
|
|
1099
1114
|
export namespace app.window {
|
|
1100
1115
|
|
|
@@ -1681,6 +1696,11 @@ declare namespace chrome {
|
|
|
1681
1696
|
* @since Chrome 43
|
|
1682
1697
|
* @chrome-permission appview
|
|
1683
1698
|
* @chrome-platform-apps
|
|
1699
|
+
* @chrome-platform chromeos
|
|
1700
|
+
* @chrome-platform fuchsia
|
|
1701
|
+
* @chrome-platform linux
|
|
1702
|
+
* @chrome-platform mac
|
|
1703
|
+
* @chrome-platform win
|
|
1684
1704
|
*/
|
|
1685
1705
|
export namespace appviewTag {
|
|
1686
1706
|
|
|
@@ -2042,8 +2062,10 @@ declare namespace chrome {
|
|
|
2042
2062
|
* @chrome-manifest bluetooth
|
|
2043
2063
|
* @chrome-platform-apps
|
|
2044
2064
|
* @chrome-platform chromeos
|
|
2045
|
-
* @chrome-platform
|
|
2065
|
+
* @chrome-platform fuchsia
|
|
2066
|
+
* @chrome-platform linux
|
|
2046
2067
|
* @chrome-platform mac
|
|
2068
|
+
* @chrome-platform win
|
|
2047
2069
|
*/
|
|
2048
2070
|
export namespace bluetooth {
|
|
2049
2071
|
|
|
@@ -3425,8 +3447,10 @@ declare namespace chrome {
|
|
|
3425
3447
|
* @chrome-manifest bluetooth
|
|
3426
3448
|
* @chrome-platform-apps
|
|
3427
3449
|
* @chrome-platform chromeos
|
|
3428
|
-
* @chrome-platform
|
|
3450
|
+
* @chrome-platform fuchsia
|
|
3451
|
+
* @chrome-platform linux
|
|
3429
3452
|
* @chrome-platform mac
|
|
3453
|
+
* @chrome-platform win
|
|
3430
3454
|
*/
|
|
3431
3455
|
export namespace bluetoothSocket {
|
|
3432
3456
|
|
|
@@ -6095,6 +6119,11 @@ declare namespace chrome {
|
|
|
6095
6119
|
* Use the `chrome.contentSettings` API to change settings that control whether websites can use features such as cookies, JavaScript, and plugins. More generally speaking, content settings allow you to customize Chrome's behavior on a per-site basis instead of globally.
|
|
6096
6120
|
*
|
|
6097
6121
|
* @chrome-permission contentSettings
|
|
6122
|
+
* @chrome-platform chromeos
|
|
6123
|
+
* @chrome-platform fuchsia
|
|
6124
|
+
* @chrome-platform linux
|
|
6125
|
+
* @chrome-platform mac
|
|
6126
|
+
* @chrome-platform win
|
|
6098
6127
|
*/
|
|
6099
6128
|
export namespace contentSettings {
|
|
6100
6129
|
|
|
@@ -7509,6 +7538,11 @@ declare namespace chrome {
|
|
|
7509
7538
|
* The `chrome.debugger` API serves as an alternate transport for Chrome's [remote debugging protocol](https://developer.chrome.com/devtools/docs/debugger-protocol). Use `chrome.debugger` to attach to one or more tabs to instrument network interaction, debug JavaScript, mutate the DOM and CSS, and more. Use the {@link Debuggee} property `tabId` to target tabs with `sendCommand` and route events by `tabId` from `onEvent` callbacks.
|
|
7510
7539
|
*
|
|
7511
7540
|
* @chrome-permission debugger
|
|
7541
|
+
* @chrome-platform chromeos
|
|
7542
|
+
* @chrome-platform fuchsia
|
|
7543
|
+
* @chrome-platform linux
|
|
7544
|
+
* @chrome-platform mac
|
|
7545
|
+
* @chrome-platform win
|
|
7512
7546
|
*/
|
|
7513
7547
|
namespace _debugger {
|
|
7514
7548
|
|
|
@@ -9083,6 +9117,11 @@ declare namespace chrome {
|
|
|
9083
9117
|
* @chrome-permission declarativeWebRequest
|
|
9084
9118
|
* @chrome-channel beta
|
|
9085
9119
|
* @chrome-max-manifest MV2
|
|
9120
|
+
* @chrome-platform chromeos
|
|
9121
|
+
* @chrome-platform fuchsia
|
|
9122
|
+
* @chrome-platform linux
|
|
9123
|
+
* @chrome-platform mac
|
|
9124
|
+
* @chrome-platform win
|
|
9086
9125
|
*/
|
|
9087
9126
|
export namespace declarativeWebRequest {
|
|
9088
9127
|
|
|
@@ -9629,6 +9668,11 @@ declare namespace chrome {
|
|
|
9629
9668
|
* The Desktop Capture API captures the content of the screen, individual windows, or individual tabs.
|
|
9630
9669
|
*
|
|
9631
9670
|
* @chrome-permission desktopCapture
|
|
9671
|
+
* @chrome-platform chromeos
|
|
9672
|
+
* @chrome-platform fuchsia
|
|
9673
|
+
* @chrome-platform linux
|
|
9674
|
+
* @chrome-platform mac
|
|
9675
|
+
* @chrome-platform win
|
|
9632
9676
|
*/
|
|
9633
9677
|
export namespace desktopCapture {
|
|
9634
9678
|
|
|
@@ -9644,6 +9688,13 @@ declare namespace chrome {
|
|
|
9644
9688
|
*/
|
|
9645
9689
|
export type SystemAudioPreferenceEnum = "include" | "exclude";
|
|
9646
9690
|
|
|
9691
|
+
/**
|
|
9692
|
+
* Mirrors [WindowAudioPreferenceEnum](https://w3c.github.io/mediacapture-screen-share/#dom-windowaudiopreferenceenum).
|
|
9693
|
+
*
|
|
9694
|
+
* @since Pending
|
|
9695
|
+
*/
|
|
9696
|
+
export type WindowAudioPreferenceEnum = "system" | "window" | "exclude";
|
|
9697
|
+
|
|
9647
9698
|
/**
|
|
9648
9699
|
* Mirrors [SelfCapturePreferenceEnum](https://w3c.github.io/mediacapture-screen-share/#dom-selfcapturepreferenceenum).
|
|
9649
9700
|
*
|
|
@@ -10447,6 +10498,11 @@ declare namespace chrome {
|
|
|
10447
10498
|
* @alpha
|
|
10448
10499
|
* @chrome-permission dns
|
|
10449
10500
|
* @chrome-channel dev
|
|
10501
|
+
* @chrome-platform chromeos
|
|
10502
|
+
* @chrome-platform fuchsia
|
|
10503
|
+
* @chrome-platform linux
|
|
10504
|
+
* @chrome-platform mac
|
|
10505
|
+
* @chrome-platform win
|
|
10450
10506
|
*/
|
|
10451
10507
|
export namespace dns {
|
|
10452
10508
|
|
|
@@ -11278,6 +11334,11 @@ declare namespace chrome {
|
|
|
11278
11334
|
* Use the `chrome.downloads` API to programmatically initiate, monitor, manipulate, and search for downloads.
|
|
11279
11335
|
*
|
|
11280
11336
|
* @chrome-permission downloads
|
|
11337
|
+
* @chrome-platform chromeos
|
|
11338
|
+
* @chrome-platform fuchsia
|
|
11339
|
+
* @chrome-platform linux
|
|
11340
|
+
* @chrome-platform mac
|
|
11341
|
+
* @chrome-platform win
|
|
11281
11342
|
*/
|
|
11282
11343
|
export namespace downloads {
|
|
11283
11344
|
|
|
@@ -13671,6 +13732,11 @@ declare namespace chrome {
|
|
|
13671
13732
|
* @chrome-permission fileSystem
|
|
13672
13733
|
* @chrome-platform-apps
|
|
13673
13734
|
* @chrome-disallow-service-workers
|
|
13735
|
+
* @chrome-platform chromeos
|
|
13736
|
+
* @chrome-platform fuchsia
|
|
13737
|
+
* @chrome-platform linux
|
|
13738
|
+
* @chrome-platform mac
|
|
13739
|
+
* @chrome-platform win
|
|
13674
13740
|
*/
|
|
13675
13741
|
export namespace fileSystem {
|
|
13676
13742
|
|
|
@@ -15925,6 +15991,11 @@ declare namespace chrome {
|
|
|
15925
15991
|
*
|
|
15926
15992
|
* @chrome-permission hid
|
|
15927
15993
|
* @chrome-platform-apps
|
|
15994
|
+
* @chrome-platform chromeos
|
|
15995
|
+
* @chrome-platform fuchsia
|
|
15996
|
+
* @chrome-platform linux
|
|
15997
|
+
* @chrome-platform mac
|
|
15998
|
+
* @chrome-platform win
|
|
15928
15999
|
*/
|
|
15929
16000
|
export namespace hid {
|
|
15930
16001
|
|
|
@@ -19295,6 +19366,11 @@ declare namespace chrome {
|
|
|
19295
19366
|
* @since Chrome 43
|
|
19296
19367
|
* @chrome-permission mdns
|
|
19297
19368
|
* @chrome-platform-apps
|
|
19369
|
+
* @chrome-platform chromeos
|
|
19370
|
+
* @chrome-platform fuchsia
|
|
19371
|
+
* @chrome-platform linux
|
|
19372
|
+
* @chrome-platform mac
|
|
19373
|
+
* @chrome-platform win
|
|
19298
19374
|
*/
|
|
19299
19375
|
export namespace mdns {
|
|
19300
19376
|
|
|
@@ -22119,6 +22195,11 @@ declare namespace chrome {
|
|
|
22119
22195
|
* The omnibox API allows you to register a keyword with Google Chrome's address bar, which is also known as the omnibox.
|
|
22120
22196
|
*
|
|
22121
22197
|
* @chrome-manifest omnibox
|
|
22198
|
+
* @chrome-platform chromeos
|
|
22199
|
+
* @chrome-platform fuchsia
|
|
22200
|
+
* @chrome-platform linux
|
|
22201
|
+
* @chrome-platform mac
|
|
22202
|
+
* @chrome-platform win
|
|
22122
22203
|
*/
|
|
22123
22204
|
export namespace omnibox {
|
|
22124
22205
|
|
|
@@ -22521,6 +22602,11 @@ declare namespace chrome {
|
|
|
22521
22602
|
* Use the `chrome.pageCapture` API to save a tab as MHTML.
|
|
22522
22603
|
*
|
|
22523
22604
|
* @chrome-permission pageCapture
|
|
22605
|
+
* @chrome-platform chromeos
|
|
22606
|
+
* @chrome-platform fuchsia
|
|
22607
|
+
* @chrome-platform linux
|
|
22608
|
+
* @chrome-platform mac
|
|
22609
|
+
* @chrome-platform win
|
|
22524
22610
|
*/
|
|
22525
22611
|
export namespace pageCapture {
|
|
22526
22612
|
|
|
@@ -23040,6 +23126,11 @@ declare namespace chrome {
|
|
|
23040
23126
|
*
|
|
23041
23127
|
* @since Chrome 44
|
|
23042
23128
|
* @chrome-permission printerProvider
|
|
23129
|
+
* @chrome-platform chromeos
|
|
23130
|
+
* @chrome-platform fuchsia
|
|
23131
|
+
* @chrome-platform linux
|
|
23132
|
+
* @chrome-platform mac
|
|
23133
|
+
* @chrome-platform win
|
|
23043
23134
|
*/
|
|
23044
23135
|
export namespace printerProvider {
|
|
23045
23136
|
|
|
@@ -23766,6 +23857,8 @@ declare namespace chrome {
|
|
|
23766
23857
|
|
|
23767
23858
|
/**
|
|
23768
23859
|
* The types of the browser processes.
|
|
23860
|
+
*
|
|
23861
|
+
* @chrome-enum "service\_worker" Obsolete, will never be returned.
|
|
23769
23862
|
*/
|
|
23770
23863
|
export type ProcessType = "browser" | "renderer" | "extension" | "notification" | "plugin" | "worker" | "nacl" | "service_worker" | "utility" | "gpu" | "other";
|
|
23771
23864
|
|
|
@@ -24005,6 +24098,11 @@ declare namespace chrome {
|
|
|
24005
24098
|
* Use the `chrome.proxy` API to manage Chrome's proxy settings. This API relies on the [ChromeSetting prototype of the type API](https://developer.chrome.com/docs/extensions/reference/api/types#type-ChromeSetting) for getting and setting the proxy configuration.
|
|
24006
24099
|
*
|
|
24007
24100
|
* @chrome-permission proxy
|
|
24101
|
+
* @chrome-platform chromeos
|
|
24102
|
+
* @chrome-platform fuchsia
|
|
24103
|
+
* @chrome-platform linux
|
|
24104
|
+
* @chrome-platform mac
|
|
24105
|
+
* @chrome-platform win
|
|
24008
24106
|
*/
|
|
24009
24107
|
export namespace proxy {
|
|
24010
24108
|
|
|
@@ -25621,6 +25719,11 @@ declare namespace chrome {
|
|
|
25621
25719
|
*
|
|
25622
25720
|
* @since Chrome 87
|
|
25623
25721
|
* @chrome-permission search
|
|
25722
|
+
* @chrome-platform chromeos
|
|
25723
|
+
* @chrome-platform fuchsia
|
|
25724
|
+
* @chrome-platform linux
|
|
25725
|
+
* @chrome-platform mac
|
|
25726
|
+
* @chrome-platform win
|
|
25624
25727
|
*/
|
|
25625
25728
|
export namespace search {
|
|
25626
25729
|
|
|
@@ -25675,6 +25778,11 @@ declare namespace chrome {
|
|
|
25675
25778
|
*
|
|
25676
25779
|
* @chrome-permission serial
|
|
25677
25780
|
* @chrome-platform-apps
|
|
25781
|
+
* @chrome-platform chromeos
|
|
25782
|
+
* @chrome-platform fuchsia
|
|
25783
|
+
* @chrome-platform linux
|
|
25784
|
+
* @chrome-platform mac
|
|
25785
|
+
* @chrome-platform win
|
|
25678
25786
|
*/
|
|
25679
25787
|
export namespace serial {
|
|
25680
25788
|
|
|
@@ -26288,6 +26396,11 @@ declare namespace chrome {
|
|
|
26288
26396
|
* Use the `chrome.sessions` API to query and restore tabs and windows from a browsing session.
|
|
26289
26397
|
*
|
|
26290
26398
|
* @chrome-permission sessions
|
|
26399
|
+
* @chrome-platform chromeos
|
|
26400
|
+
* @chrome-platform fuchsia
|
|
26401
|
+
* @chrome-platform linux
|
|
26402
|
+
* @chrome-platform mac
|
|
26403
|
+
* @chrome-platform win
|
|
26291
26404
|
*/
|
|
26292
26405
|
export namespace sessions {
|
|
26293
26406
|
|
|
@@ -26454,6 +26567,11 @@ declare namespace chrome {
|
|
|
26454
26567
|
* @since Chrome 114
|
|
26455
26568
|
* @chrome-permission sidePanel
|
|
26456
26569
|
* @chrome-min-manifest MV3
|
|
26570
|
+
* @chrome-platform chromeos
|
|
26571
|
+
* @chrome-platform fuchsia
|
|
26572
|
+
* @chrome-platform linux
|
|
26573
|
+
* @chrome-platform mac
|
|
26574
|
+
* @chrome-platform win
|
|
26457
26575
|
*/
|
|
26458
26576
|
export namespace sidePanel {
|
|
26459
26577
|
|
|
@@ -26634,6 +26752,11 @@ declare namespace chrome {
|
|
|
26634
26752
|
*
|
|
26635
26753
|
* @chrome-permission socket
|
|
26636
26754
|
* @chrome-platform-apps
|
|
26755
|
+
* @chrome-platform chromeos
|
|
26756
|
+
* @chrome-platform fuchsia
|
|
26757
|
+
* @chrome-platform linux
|
|
26758
|
+
* @chrome-platform mac
|
|
26759
|
+
* @chrome-platform win
|
|
26637
26760
|
*/
|
|
26638
26761
|
export namespace socket {
|
|
26639
26762
|
|
|
@@ -27265,6 +27388,11 @@ declare namespace chrome {
|
|
|
27265
27388
|
*
|
|
27266
27389
|
* @chrome-manifest sockets
|
|
27267
27390
|
* @chrome-platform-apps
|
|
27391
|
+
* @chrome-platform chromeos
|
|
27392
|
+
* @chrome-platform fuchsia
|
|
27393
|
+
* @chrome-platform linux
|
|
27394
|
+
* @chrome-platform mac
|
|
27395
|
+
* @chrome-platform win
|
|
27268
27396
|
*/
|
|
27269
27397
|
export namespace sockets.tcp {
|
|
27270
27398
|
|
|
@@ -27788,6 +27916,11 @@ declare namespace chrome {
|
|
|
27788
27916
|
*
|
|
27789
27917
|
* @chrome-manifest sockets
|
|
27790
27918
|
* @chrome-platform-apps
|
|
27919
|
+
* @chrome-platform chromeos
|
|
27920
|
+
* @chrome-platform fuchsia
|
|
27921
|
+
* @chrome-platform linux
|
|
27922
|
+
* @chrome-platform mac
|
|
27923
|
+
* @chrome-platform win
|
|
27791
27924
|
*/
|
|
27792
27925
|
export namespace sockets.tcpServer {
|
|
27793
27926
|
|
|
@@ -28126,6 +28259,11 @@ declare namespace chrome {
|
|
|
28126
28259
|
*
|
|
28127
28260
|
* @chrome-manifest sockets
|
|
28128
28261
|
* @chrome-platform-apps
|
|
28262
|
+
* @chrome-platform chromeos
|
|
28263
|
+
* @chrome-platform fuchsia
|
|
28264
|
+
* @chrome-platform linux
|
|
28265
|
+
* @chrome-platform mac
|
|
28266
|
+
* @chrome-platform win
|
|
28129
28267
|
*/
|
|
28130
28268
|
export namespace sockets.udp {
|
|
28131
28269
|
|
|
@@ -29320,6 +29458,11 @@ declare namespace chrome {
|
|
|
29320
29458
|
* Use the `system.display` API to query display metadata.
|
|
29321
29459
|
*
|
|
29322
29460
|
* @chrome-permission system.display
|
|
29461
|
+
* @chrome-platform chromeos
|
|
29462
|
+
* @chrome-platform fuchsia
|
|
29463
|
+
* @chrome-platform linux
|
|
29464
|
+
* @chrome-platform mac
|
|
29465
|
+
* @chrome-platform win
|
|
29323
29466
|
*/
|
|
29324
29467
|
export namespace system.display {
|
|
29325
29468
|
|
|
@@ -30118,6 +30261,11 @@ declare namespace chrome {
|
|
|
30118
30261
|
* Use the `chrome.system.storage` API to query storage device information and be notified when a removable storage device is attached and detached.
|
|
30119
30262
|
*
|
|
30120
30263
|
* @chrome-permission system.storage
|
|
30264
|
+
* @chrome-platform chromeos
|
|
30265
|
+
* @chrome-platform fuchsia
|
|
30266
|
+
* @chrome-platform linux
|
|
30267
|
+
* @chrome-platform mac
|
|
30268
|
+
* @chrome-platform win
|
|
30121
30269
|
*/
|
|
30122
30270
|
export namespace system.storage {
|
|
30123
30271
|
|
|
@@ -30295,6 +30443,11 @@ declare namespace chrome {
|
|
|
30295
30443
|
* Use the `chrome.tabCapture` API to interact with tab media streams.
|
|
30296
30444
|
*
|
|
30297
30445
|
* @chrome-permission tabCapture
|
|
30446
|
+
* @chrome-platform chromeos
|
|
30447
|
+
* @chrome-platform fuchsia
|
|
30448
|
+
* @chrome-platform linux
|
|
30449
|
+
* @chrome-platform mac
|
|
30450
|
+
* @chrome-platform win
|
|
30298
30451
|
*/
|
|
30299
30452
|
export namespace tabCapture {
|
|
30300
30453
|
|
|
@@ -30427,6 +30580,11 @@ declare namespace chrome {
|
|
|
30427
30580
|
* @since Chrome 89
|
|
30428
30581
|
* @chrome-permission tabGroups
|
|
30429
30582
|
* @chrome-min-manifest MV3
|
|
30583
|
+
* @chrome-platform chromeos
|
|
30584
|
+
* @chrome-platform fuchsia
|
|
30585
|
+
* @chrome-platform linux
|
|
30586
|
+
* @chrome-platform mac
|
|
30587
|
+
* @chrome-platform win
|
|
30430
30588
|
*/
|
|
30431
30589
|
export namespace tabGroups {
|
|
30432
30590
|
|
|
@@ -33618,6 +33776,11 @@ declare namespace chrome {
|
|
|
33618
33776
|
*
|
|
33619
33777
|
* @chrome-permission usb
|
|
33620
33778
|
* @chrome-platform-apps
|
|
33779
|
+
* @chrome-platform chromeos
|
|
33780
|
+
* @chrome-platform fuchsia
|
|
33781
|
+
* @chrome-platform linux
|
|
33782
|
+
* @chrome-platform mac
|
|
33783
|
+
* @chrome-platform win
|
|
33621
33784
|
*/
|
|
33622
33785
|
export namespace usb {
|
|
33623
33786
|
|
|
@@ -35634,6 +35797,11 @@ declare namespace chrome {
|
|
|
35634
35797
|
* Use the `chrome.webNavigation` API to receive notifications about the status of navigation requests in-flight.
|
|
35635
35798
|
*
|
|
35636
35799
|
* @chrome-permission webNavigation
|
|
35800
|
+
* @chrome-platform chromeos
|
|
35801
|
+
* @chrome-platform fuchsia
|
|
35802
|
+
* @chrome-platform linux
|
|
35803
|
+
* @chrome-platform mac
|
|
35804
|
+
* @chrome-platform win
|
|
35637
35805
|
*/
|
|
35638
35806
|
export namespace webNavigation {
|
|
35639
35807
|
|
|
@@ -37793,6 +37961,11 @@ declare namespace chrome {
|
|
|
37793
37961
|
*
|
|
37794
37962
|
* @chrome-permission webview
|
|
37795
37963
|
* @chrome-platform-apps
|
|
37964
|
+
* @chrome-platform chromeos
|
|
37965
|
+
* @chrome-platform fuchsia
|
|
37966
|
+
* @chrome-platform linux
|
|
37967
|
+
* @chrome-platform mac
|
|
37968
|
+
* @chrome-platform win
|
|
37796
37969
|
*/
|
|
37797
37970
|
export namespace webviewTag {
|
|
37798
37971
|
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Thu Jun 26 2025 22:33:45 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 2460bafb67b67c895e7eb21e63fcdfaac1bcfbf5
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -105,6 +105,11 @@ declare namespace chrome {
|
|
|
105
105
|
*
|
|
106
106
|
* @chrome-permission accessibilityFeatures.modify
|
|
107
107
|
* @chrome-permission accessibilityFeatures.read
|
|
108
|
+
* @chrome-platform chromeos
|
|
109
|
+
* @chrome-platform fuchsia
|
|
110
|
+
* @chrome-platform linux
|
|
111
|
+
* @chrome-platform mac
|
|
112
|
+
* @chrome-platform win
|
|
108
113
|
*/
|
|
109
114
|
export namespace accessibilityFeatures {
|
|
110
115
|
|
|
@@ -2861,6 +2866,11 @@ declare namespace chrome {
|
|
|
2861
2866
|
* Use the `chrome.contentSettings` API to change settings that control whether websites can use features such as cookies, JavaScript, and plugins. More generally speaking, content settings allow you to customize Chrome's behavior on a per-site basis instead of globally.
|
|
2862
2867
|
*
|
|
2863
2868
|
* @chrome-permission contentSettings
|
|
2869
|
+
* @chrome-platform chromeos
|
|
2870
|
+
* @chrome-platform fuchsia
|
|
2871
|
+
* @chrome-platform linux
|
|
2872
|
+
* @chrome-platform mac
|
|
2873
|
+
* @chrome-platform win
|
|
2864
2874
|
*/
|
|
2865
2875
|
export namespace contentSettings {
|
|
2866
2876
|
|
|
@@ -4275,6 +4285,11 @@ declare namespace chrome {
|
|
|
4275
4285
|
* The `chrome.debugger` API serves as an alternate transport for Chrome's [remote debugging protocol](https://developer.chrome.com/devtools/docs/debugger-protocol). Use `chrome.debugger` to attach to one or more tabs to instrument network interaction, debug JavaScript, mutate the DOM and CSS, and more. Use the {@link Debuggee} property `tabId` to target tabs with `sendCommand` and route events by `tabId` from `onEvent` callbacks.
|
|
4276
4286
|
*
|
|
4277
4287
|
* @chrome-permission debugger
|
|
4288
|
+
* @chrome-platform chromeos
|
|
4289
|
+
* @chrome-platform fuchsia
|
|
4290
|
+
* @chrome-platform linux
|
|
4291
|
+
* @chrome-platform mac
|
|
4292
|
+
* @chrome-platform win
|
|
4278
4293
|
*/
|
|
4279
4294
|
namespace _debugger {
|
|
4280
4295
|
|
|
@@ -5846,6 +5861,11 @@ declare namespace chrome {
|
|
|
5846
5861
|
* The Desktop Capture API captures the content of the screen, individual windows, or individual tabs.
|
|
5847
5862
|
*
|
|
5848
5863
|
* @chrome-permission desktopCapture
|
|
5864
|
+
* @chrome-platform chromeos
|
|
5865
|
+
* @chrome-platform fuchsia
|
|
5866
|
+
* @chrome-platform linux
|
|
5867
|
+
* @chrome-platform mac
|
|
5868
|
+
* @chrome-platform win
|
|
5849
5869
|
*/
|
|
5850
5870
|
export namespace desktopCapture {
|
|
5851
5871
|
|
|
@@ -5861,6 +5881,13 @@ declare namespace chrome {
|
|
|
5861
5881
|
*/
|
|
5862
5882
|
export type SystemAudioPreferenceEnum = "include" | "exclude";
|
|
5863
5883
|
|
|
5884
|
+
/**
|
|
5885
|
+
* Mirrors [WindowAudioPreferenceEnum](https://w3c.github.io/mediacapture-screen-share/#dom-windowaudiopreferenceenum).
|
|
5886
|
+
*
|
|
5887
|
+
* @since Pending
|
|
5888
|
+
*/
|
|
5889
|
+
export type WindowAudioPreferenceEnum = "system" | "window" | "exclude";
|
|
5890
|
+
|
|
5864
5891
|
/**
|
|
5865
5892
|
* Mirrors [SelfCapturePreferenceEnum](https://w3c.github.io/mediacapture-screen-share/#dom-selfcapturepreferenceenum).
|
|
5866
5893
|
*
|
|
@@ -6597,6 +6624,11 @@ declare namespace chrome {
|
|
|
6597
6624
|
* @alpha
|
|
6598
6625
|
* @chrome-permission dns
|
|
6599
6626
|
* @chrome-channel dev
|
|
6627
|
+
* @chrome-platform chromeos
|
|
6628
|
+
* @chrome-platform fuchsia
|
|
6629
|
+
* @chrome-platform linux
|
|
6630
|
+
* @chrome-platform mac
|
|
6631
|
+
* @chrome-platform win
|
|
6600
6632
|
*/
|
|
6601
6633
|
export namespace dns {
|
|
6602
6634
|
|
|
@@ -7428,6 +7460,11 @@ declare namespace chrome {
|
|
|
7428
7460
|
* Use the `chrome.downloads` API to programmatically initiate, monitor, manipulate, and search for downloads.
|
|
7429
7461
|
*
|
|
7430
7462
|
* @chrome-permission downloads
|
|
7463
|
+
* @chrome-platform chromeos
|
|
7464
|
+
* @chrome-platform fuchsia
|
|
7465
|
+
* @chrome-platform linux
|
|
7466
|
+
* @chrome-platform mac
|
|
7467
|
+
* @chrome-platform win
|
|
7431
7468
|
*/
|
|
7432
7469
|
export namespace downloads {
|
|
7433
7470
|
|
|
@@ -14686,6 +14723,11 @@ declare namespace chrome {
|
|
|
14686
14723
|
* @alpha
|
|
14687
14724
|
* @chrome-permission mdns
|
|
14688
14725
|
* @chrome-channel dev
|
|
14726
|
+
* @chrome-platform chromeos
|
|
14727
|
+
* @chrome-platform fuchsia
|
|
14728
|
+
* @chrome-platform linux
|
|
14729
|
+
* @chrome-platform mac
|
|
14730
|
+
* @chrome-platform win
|
|
14689
14731
|
*/
|
|
14690
14732
|
export namespace mdns {
|
|
14691
14733
|
|
|
@@ -17174,6 +17216,11 @@ declare namespace chrome {
|
|
|
17174
17216
|
* The omnibox API allows you to register a keyword with Google Chrome's address bar, which is also known as the omnibox.
|
|
17175
17217
|
*
|
|
17176
17218
|
* @chrome-manifest omnibox
|
|
17219
|
+
* @chrome-platform chromeos
|
|
17220
|
+
* @chrome-platform fuchsia
|
|
17221
|
+
* @chrome-platform linux
|
|
17222
|
+
* @chrome-platform mac
|
|
17223
|
+
* @chrome-platform win
|
|
17177
17224
|
*/
|
|
17178
17225
|
export namespace omnibox {
|
|
17179
17226
|
|
|
@@ -17296,6 +17343,11 @@ declare namespace chrome {
|
|
|
17296
17343
|
* Use the `chrome.pageCapture` API to save a tab as MHTML.
|
|
17297
17344
|
*
|
|
17298
17345
|
* @chrome-permission pageCapture
|
|
17346
|
+
* @chrome-platform chromeos
|
|
17347
|
+
* @chrome-platform fuchsia
|
|
17348
|
+
* @chrome-platform linux
|
|
17349
|
+
* @chrome-platform mac
|
|
17350
|
+
* @chrome-platform win
|
|
17299
17351
|
*/
|
|
17300
17352
|
export namespace pageCapture {
|
|
17301
17353
|
|
|
@@ -17815,6 +17867,11 @@ declare namespace chrome {
|
|
|
17815
17867
|
*
|
|
17816
17868
|
* @since Chrome 44
|
|
17817
17869
|
* @chrome-permission printerProvider
|
|
17870
|
+
* @chrome-platform chromeos
|
|
17871
|
+
* @chrome-platform fuchsia
|
|
17872
|
+
* @chrome-platform linux
|
|
17873
|
+
* @chrome-platform mac
|
|
17874
|
+
* @chrome-platform win
|
|
17818
17875
|
*/
|
|
17819
17876
|
export namespace printerProvider {
|
|
17820
17877
|
|
|
@@ -18541,6 +18598,8 @@ declare namespace chrome {
|
|
|
18541
18598
|
|
|
18542
18599
|
/**
|
|
18543
18600
|
* The types of the browser processes.
|
|
18601
|
+
*
|
|
18602
|
+
* @chrome-enum "service\_worker" Obsolete, will never be returned.
|
|
18544
18603
|
*/
|
|
18545
18604
|
export type ProcessType = "browser" | "renderer" | "extension" | "notification" | "plugin" | "worker" | "nacl" | "service_worker" | "utility" | "gpu" | "other";
|
|
18546
18605
|
|
|
@@ -18780,6 +18839,11 @@ declare namespace chrome {
|
|
|
18780
18839
|
* Use the `chrome.proxy` API to manage Chrome's proxy settings. This API relies on the [ChromeSetting prototype of the type API](https://developer.chrome.com/docs/extensions/reference/api/types#type-ChromeSetting) for getting and setting the proxy configuration.
|
|
18781
18840
|
*
|
|
18782
18841
|
* @chrome-permission proxy
|
|
18842
|
+
* @chrome-platform chromeos
|
|
18843
|
+
* @chrome-platform fuchsia
|
|
18844
|
+
* @chrome-platform linux
|
|
18845
|
+
* @chrome-platform mac
|
|
18846
|
+
* @chrome-platform win
|
|
18783
18847
|
*/
|
|
18784
18848
|
export namespace proxy {
|
|
18785
18849
|
|
|
@@ -20385,6 +20449,11 @@ declare namespace chrome {
|
|
|
20385
20449
|
*
|
|
20386
20450
|
* @since Chrome 87
|
|
20387
20451
|
* @chrome-permission search
|
|
20452
|
+
* @chrome-platform chromeos
|
|
20453
|
+
* @chrome-platform fuchsia
|
|
20454
|
+
* @chrome-platform linux
|
|
20455
|
+
* @chrome-platform mac
|
|
20456
|
+
* @chrome-platform win
|
|
20388
20457
|
*/
|
|
20389
20458
|
export namespace search {
|
|
20390
20459
|
|
|
@@ -20438,6 +20507,11 @@ declare namespace chrome {
|
|
|
20438
20507
|
* Use the `chrome.sessions` API to query and restore tabs and windows from a browsing session.
|
|
20439
20508
|
*
|
|
20440
20509
|
* @chrome-permission sessions
|
|
20510
|
+
* @chrome-platform chromeos
|
|
20511
|
+
* @chrome-platform fuchsia
|
|
20512
|
+
* @chrome-platform linux
|
|
20513
|
+
* @chrome-platform mac
|
|
20514
|
+
* @chrome-platform win
|
|
20441
20515
|
*/
|
|
20442
20516
|
export namespace sessions {
|
|
20443
20517
|
|
|
@@ -20604,6 +20678,11 @@ declare namespace chrome {
|
|
|
20604
20678
|
* @since Chrome 114
|
|
20605
20679
|
* @chrome-permission sidePanel
|
|
20606
20680
|
* @chrome-min-manifest MV3
|
|
20681
|
+
* @chrome-platform chromeos
|
|
20682
|
+
* @chrome-platform fuchsia
|
|
20683
|
+
* @chrome-platform linux
|
|
20684
|
+
* @chrome-platform mac
|
|
20685
|
+
* @chrome-platform win
|
|
20607
20686
|
*/
|
|
20608
20687
|
export namespace sidePanel {
|
|
20609
20688
|
|
|
@@ -20786,6 +20865,10 @@ declare namespace chrome {
|
|
|
20786
20865
|
* @chrome-manifest sockets
|
|
20787
20866
|
* @chrome-channel dev
|
|
20788
20867
|
* @chrome-platform chromeos
|
|
20868
|
+
* @chrome-platform fuchsia
|
|
20869
|
+
* @chrome-platform linux
|
|
20870
|
+
* @chrome-platform mac
|
|
20871
|
+
* @chrome-platform win
|
|
20789
20872
|
*/
|
|
20790
20873
|
export namespace sockets.tcp {
|
|
20791
20874
|
|
|
@@ -21297,6 +21380,10 @@ declare namespace chrome {
|
|
|
21297
21380
|
* @chrome-manifest sockets
|
|
21298
21381
|
* @chrome-channel dev
|
|
21299
21382
|
* @chrome-platform chromeos
|
|
21383
|
+
* @chrome-platform fuchsia
|
|
21384
|
+
* @chrome-platform linux
|
|
21385
|
+
* @chrome-platform mac
|
|
21386
|
+
* @chrome-platform win
|
|
21300
21387
|
*/
|
|
21301
21388
|
export namespace sockets.tcpServer {
|
|
21302
21389
|
|
|
@@ -21628,6 +21715,10 @@ declare namespace chrome {
|
|
|
21628
21715
|
* @chrome-manifest sockets
|
|
21629
21716
|
* @chrome-channel dev
|
|
21630
21717
|
* @chrome-platform chromeos
|
|
21718
|
+
* @chrome-platform fuchsia
|
|
21719
|
+
* @chrome-platform linux
|
|
21720
|
+
* @chrome-platform mac
|
|
21721
|
+
* @chrome-platform win
|
|
21631
21722
|
*/
|
|
21632
21723
|
export namespace sockets.udp {
|
|
21633
21724
|
|
|
@@ -22549,6 +22640,11 @@ declare namespace chrome {
|
|
|
22549
22640
|
* Use the `system.display` API to query display metadata.
|
|
22550
22641
|
*
|
|
22551
22642
|
* @chrome-permission system.display
|
|
22643
|
+
* @chrome-platform chromeos
|
|
22644
|
+
* @chrome-platform fuchsia
|
|
22645
|
+
* @chrome-platform linux
|
|
22646
|
+
* @chrome-platform mac
|
|
22647
|
+
* @chrome-platform win
|
|
22552
22648
|
*/
|
|
22553
22649
|
export namespace system.display {
|
|
22554
22650
|
|
|
@@ -23346,6 +23442,11 @@ declare namespace chrome {
|
|
|
23346
23442
|
* Use the `chrome.system.storage` API to query storage device information and be notified when a removable storage device is attached and detached.
|
|
23347
23443
|
*
|
|
23348
23444
|
* @chrome-permission system.storage
|
|
23445
|
+
* @chrome-platform chromeos
|
|
23446
|
+
* @chrome-platform fuchsia
|
|
23447
|
+
* @chrome-platform linux
|
|
23448
|
+
* @chrome-platform mac
|
|
23449
|
+
* @chrome-platform win
|
|
23349
23450
|
*/
|
|
23350
23451
|
export namespace system.storage {
|
|
23351
23452
|
|
|
@@ -23523,6 +23624,11 @@ declare namespace chrome {
|
|
|
23523
23624
|
* Use the `chrome.tabCapture` API to interact with tab media streams.
|
|
23524
23625
|
*
|
|
23525
23626
|
* @chrome-permission tabCapture
|
|
23627
|
+
* @chrome-platform chromeos
|
|
23628
|
+
* @chrome-platform fuchsia
|
|
23629
|
+
* @chrome-platform linux
|
|
23630
|
+
* @chrome-platform mac
|
|
23631
|
+
* @chrome-platform win
|
|
23526
23632
|
*/
|
|
23527
23633
|
export namespace tabCapture {
|
|
23528
23634
|
|
|
@@ -23655,6 +23761,11 @@ declare namespace chrome {
|
|
|
23655
23761
|
* @since Chrome 89
|
|
23656
23762
|
* @chrome-permission tabGroups
|
|
23657
23763
|
* @chrome-min-manifest MV3
|
|
23764
|
+
* @chrome-platform chromeos
|
|
23765
|
+
* @chrome-platform fuchsia
|
|
23766
|
+
* @chrome-platform linux
|
|
23767
|
+
* @chrome-platform mac
|
|
23768
|
+
* @chrome-platform win
|
|
23658
23769
|
*/
|
|
23659
23770
|
export namespace tabGroups {
|
|
23660
23771
|
|
|
@@ -28466,6 +28577,11 @@ declare namespace chrome {
|
|
|
28466
28577
|
* Use the `chrome.webNavigation` API to receive notifications about the status of navigation requests in-flight.
|
|
28467
28578
|
*
|
|
28468
28579
|
* @chrome-permission webNavigation
|
|
28580
|
+
* @chrome-platform chromeos
|
|
28581
|
+
* @chrome-platform fuchsia
|
|
28582
|
+
* @chrome-platform linux
|
|
28583
|
+
* @chrome-platform mac
|
|
28584
|
+
* @chrome-platform win
|
|
28469
28585
|
*/
|
|
28470
28586
|
export namespace webNavigation {
|
|
28471
28587
|
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"name": "chrome-types",
|
|
7
7
|
"config": {
|
|
8
|
-
"build-hash": "
|
|
8
|
+
"build-hash": "85aa5fa6d7a04ef7"
|
|
9
9
|
},
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"url": "https://github.com/GoogleChrome/chrome-types/issues"
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://github.com/GoogleChrome/chrome-types",
|
|
19
|
-
"version": "0.1.
|
|
19
|
+
"version": "0.1.356"
|
|
20
20
|
}
|