-
-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2112210
commit 818ab2e
Showing
78 changed files
with
546 additions
and
558 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1 @@ | ||
function getManifest() { | ||
return chrome.runtime.getManifest() | ||
} | ||
|
||
const manifestData = getManifest() | ||
|
||
console.table({ | ||
name: manifestData.name, | ||
version: manifestData.version, | ||
description: manifestData.description | ||
}) | ||
console.log('Hello from the browser action page!') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
.logo { | ||
width: 90px; | ||
align-self: flex-start; | ||
} | ||
|
||
width: 72px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,38 @@ | ||
.content_script-box { | ||
background: white; | ||
color: #c9c9c9; | ||
background-color: #0a0c10; | ||
position: fixed; | ||
right: 0; | ||
bottom: 0; | ||
z-index: 9; | ||
width: 315px; | ||
height: 345px; | ||
margin: 1em; | ||
padding: 1em; | ||
margin: 1rem; | ||
padding: 2rem 1rem; | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
flex-direction: column; | ||
gap: 1em; | ||
box-shadow: 0px 0px 4px 1px #ccc; | ||
border-radius: 6px; | ||
} | ||
|
||
.content_script-title { | ||
font-size: 1.85em; | ||
color: #333; | ||
line-height: 1.1; | ||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, | ||
'Helvetica Neue', Arial, 'Noto Sans', sans-serif; | ||
font-weight: 700; | ||
overflow-wrap: break-word; | ||
word-wrap: break-word; | ||
-ms-word-break: break-all; | ||
word-break: break-word; | ||
} | ||
|
||
.content_script-description { | ||
color: #999; | ||
font-size: small; | ||
} | ||
|
||
.content_script-description a { | ||
text-decoration: none; | ||
border-bottom: 2px solid #c9c9c9; | ||
color: #e5e7eb; | ||
} | ||
|
||
.content_script-colorPicker { | ||
display: block; | ||
width: 100%; | ||
height: 50px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,42 @@ | ||
.content_script-box { | ||
background: white; | ||
color: #c9c9c9; | ||
background-color: #0a0c10; | ||
position: fixed; | ||
right: 0; | ||
bottom: 0; | ||
z-index: 9; | ||
width: 315px; | ||
height: 375px; | ||
margin: 1em; | ||
padding: 1em; | ||
margin: 1rem; | ||
padding: 2rem 1rem; | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
flex-direction: column; | ||
gap: 1em; | ||
box-shadow: 0px 0px 4px 1px #ccc; | ||
} | ||
|
||
.content_script-logo-box { | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
gap: 1em; | ||
border-radius: 6px; | ||
} | ||
|
||
.content_script-logo { | ||
width: 90px; | ||
align-self: flex-start; | ||
width: 72px; | ||
} | ||
|
||
.content_script-title { | ||
font-size: 1.85em; | ||
color: #333; | ||
line-height: 1.1; | ||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, | ||
'Helvetica Neue', Arial, 'Noto Sans', sans-serif; | ||
font-weight: 700; | ||
overflow-wrap: break-word; | ||
word-wrap: break-word; | ||
-ms-word-break: break-all; | ||
word-break: break-word; | ||
} | ||
|
||
.content_script-description { | ||
color: #999; | ||
font-size: small; | ||
} | ||
|
||
.content_script-description a { | ||
text-decoration: none; | ||
border-bottom: 2px solid #c9c9c9; | ||
color: #e5e7eb; | ||
} | ||
|
||
.content_script-colorPicker { | ||
display: block; | ||
width: 100%; | ||
height: 50px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,42 @@ | ||
.content_script-box { | ||
background: white; | ||
color: #c9c9c9; | ||
background-color: #0a0c10; | ||
position: fixed; | ||
right: 0; | ||
bottom: 0; | ||
z-index: 9; | ||
width: 315px; | ||
height: 345px; | ||
margin: 1em; | ||
padding: 1em; | ||
margin: 1rem; | ||
padding: 2rem 1rem; | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
flex-direction: column; | ||
gap: 1em; | ||
box-shadow: 0px 0px 4px 1px #ccc; | ||
color: #333; | ||
} | ||
|
||
.content_script-header { | ||
display: flex; | ||
align-items: center; | ||
justify-content: left; | ||
gap: 1em; | ||
border-radius: 6px; | ||
} | ||
|
||
.content_script-logo { | ||
width: 90px; | ||
align-self: flex-start; | ||
filter: grayscale(1); | ||
transition: | ||
filter 2s, | ||
border-color 2s; | ||
} | ||
|
||
.content_script-logo:hover { | ||
filter: grayscale(0); | ||
border-color: aquamarine; | ||
width: 72px; | ||
} | ||
|
||
.content_script-title { | ||
font-size: 1.85em; | ||
color: #333; | ||
line-height: 1.1; | ||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, | ||
'Helvetica Neue', Arial, 'Noto Sans', sans-serif; | ||
font-weight: 700; | ||
overflow-wrap: break-word; | ||
word-wrap: break-word; | ||
-ms-word-break: break-all; | ||
word-break: break-word; | ||
} | ||
|
||
.content_script-description { | ||
color: #999; | ||
font-size: small; | ||
} | ||
|
||
.content_script-description a { | ||
text-decoration: none; | ||
border-bottom: 2px solid #c9c9c9; | ||
color: #e5e7eb; | ||
} | ||
|
||
.content_script-colorPicker { | ||
display: block; | ||
width: 100%; | ||
height: 50px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.