File tree 12 files changed +432
-356
lines changed 12 files changed +432
-356
lines changed Original file line number Diff line number Diff line change 16
16
## Screenshot
17
17
![ image] ( https://user-images.githubusercontent.com/4411977/221296248-1abfbc0a-bb3b-409f-bb97-639593e85379.png )
18
18
19
+ ## Download
20
+
21
+ * [ FireFox Addon] ( https://addons.mozilla.org/en-US/firefox/addon/steam-web-integration/ )
22
+ * [ Chrome Extension] ( https://chrome.google.com/webstore/detail/steam-web-integration/bcjlaaocogjkkhbmjhlhonmpnngnlogn )
23
+
19
24
## Features
20
25
* Checks web pages for links or images of steam games or DLC
21
26
* Displays informative icons next to the link or image
31
36
* Steam Trading Cards
32
37
* Game bundle history
33
38
* Caching of data
34
- * Support for dynamically changing web content ( ** Currently unavailable ** )
35
- * Context menu options ( ** Currently unavailable ** )
39
+ * Support for dynamically changing web content
40
+ * Context menu options
36
41
* Highly configurable
37
42
38
43
## FAQ
Original file line number Diff line number Diff line change 2
2
display : flex;
3
3
align-items : center;
4
4
justify-content : center;
5
+ text-align : center;
5
6
}
6
7
7
-
8
- # actions {
8
+ .action-buttons {
9
9
display : flex;
10
10
flex-direction : row;
11
11
justify-content : space-between;
12
12
align-items : center;
13
13
margin : 0 0 10px 0 ;
14
14
}
15
15
16
- # actions button {
16
+ . action-buttons button {
17
17
width : 100% ;
18
18
font-size : large;
19
19
padding : 10px ;
20
20
margin : 0 5px ;
21
21
}
22
22
23
-
24
- # actions button : hover {
23
+ .action-buttons button : hover {
25
24
cursor : pointer;
26
25
}
27
26
28
- # actions button : active {
27
+ . action-buttons button : active {
29
28
background-color : # e6e6e6 ;
30
29
}
31
30
32
- # actions button : focus {
31
+ . action-buttons button : focus {
33
32
outline : none;
34
33
}
35
34
36
- # actions button : disabled {
35
+ . action-buttons button : disabled {
37
36
background-color : # e6e6e6 ;
38
37
color : # 999999 ;
39
38
cursor : not-allowed;
@@ -171,6 +170,7 @@ pre kbd {
171
170
font-size : 100% ;
172
171
}
173
172
173
+ body ,
174
174
table {
175
175
border-collapse : collapse;
176
176
margin : 25px 0 ;
Original file line number Diff line number Diff line change 8
8
"action" : {
9
9
"default_popup" : " popup.html" ,
10
10
"default_title" : " Steam Web Integration" ,
11
- "default_icon" : " images/icon.svg "
11
+ "default_icon" : " images/icon256.png "
12
12
},
13
13
"icons" : {
14
- "48" : " images/icon.svg"
14
+ "16" : " images/icon16.png" ,
15
+ "32" : " images/icon32.png" ,
16
+ "48" : " images/icon48.png" ,
17
+ "128" : " images/icon128.png" ,
18
+ "256" : " images/icon256.png"
15
19
},
16
20
"content_scripts" : [
17
21
{
50
54
],
51
55
"permissions" : [
52
56
" storage" ,
53
- " unlimitedStorage"
57
+ " unlimitedStorage" ,
58
+ " contextMenus"
54
59
],
55
60
"host_permissions" : [
56
- " https://bartervg.com/*" ,
57
- " https://store.steampowered.com/*" ,
58
- " https://steam-tracker.com/*"
61
+ " https://store.steampowered.com/*"
59
62
]
60
63
}
Original file line number Diff line number Diff line change 13
13
"action" : {
14
14
"default_popup" : " popup.html" ,
15
15
"default_title" : " Steam Web Integration" ,
16
- "default_icon" : " images/icon.svg "
16
+ "default_icon" : " images/icon256.png "
17
17
},
18
18
"icons" : {
19
- "48" : " images/icon.svg"
19
+ "16" : " images/icon16.png" ,
20
+ "32" : " images/icon32.png" ,
21
+ "48" : " images/icon48.png" ,
22
+ "128" : " images/icon128.png" ,
23
+ "256" : " images/icon256.png"
20
24
},
21
25
"content_scripts" : [
22
26
{
57
61
],
58
62
"permissions" : [
59
63
" storage" ,
60
- " unlimitedStorage"
64
+ " unlimitedStorage" ,
65
+ " contextMenus"
61
66
],
62
67
"host_permissions" : [
63
- " https://bartervg.com/*" ,
64
- " https://store.steampowered.com/*" ,
65
- " https://steam-tracker.com/*"
68
+ " https://store.steampowered.com/*"
66
69
]
67
70
}
You can’t perform that action at this time.
0 commit comments