We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04241eb commit dcdd0c2Copy full SHA for dcdd0c2
utils/browser-extensions/browser-extensions.html
@@ -5,17 +5,53 @@
5
6
<head>
7
8
- <title>simple native message</title>
+ <title>browser extensions</title>
9
10
+ <style>
11
+ html
12
+ {font-family:arial}
13
+
14
+ #hdr
15
+ {display:flex;justify-content:space-between}
16
17
+ .item
18
+ {display:flex;gap:30px}
19
20
+ .item a
21
+ {width:200px;text-align:right}
22
23
+ </style>
24
</head>
25
26
27
<body>
28
- <h3>simple native message</h3>
29
+ <div id=hdr>
30
+ <div>
31
+ <a href='https://ext-code.com/'>
32
+ home
33
+ </a>
34
+ </div>
35
36
+ <h3>browser extensions</h3>
37
38
39
+ 17 Dec 2025
40
41
42
43
44
+ <div class=item>
45
+ <a href='cors/cors.html'>
46
+ cors
47
48
49
+ add cors headers to requests
50
51
52
53
54
-
55
</body>
56
57
0 commit comments