Skip to content

Commit

Permalink
Merge pull request #3 from horihiro/bump-0.0.2
Browse files Browse the repository at this point in the history
Bump 0.0.2
  • Loading branch information
horihiro authored Oct 24, 2023
2 parents 28e020b + 9d4acb6 commit 90e4d13
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,18 @@ If you can try a development version, the following steps are needed.
1. select the directory created by cloning at step 1.

# Change logs
(T.B.D)
<!--
## [0.0.1](https://github.com/horihiro/TextBlurrer-ChromeExtension/releases/tag/0.0.1)
The First release on GitHub

## [0.0.2](https://github.com/horihiro/Azure-portal-plus-ChromeExtension/releases/tag/0.0.2)

- New features
- Add the following origins ([#1](https://github.com/horihiro/Azure-portal-plus-ChromeExtension/issues/1))
- `ms.portal.azure.com`
- `preview.portal.azure.com`

## [0.0.1](https://github.com/horihiro/Azure-portal-plus-ChromeExtension/releases/tag/0.0.1)
The First release

- Basic features
- Replace favicon to one of the resource displayed
- Blink favicon during configuration
- Notify when finishing configuration -->
- Notify when finishing configuration
8 changes: 5 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "Azure Portal plus",
"version": "0.0.1",
"version_name": "0.0.1-anago",
"version": "0.0.2",
"version_name": "0.0.2-bora",
"description": "Add features to Azure Portal",
"permissions": [
"storage"
Expand All @@ -21,11 +21,13 @@
"content_scripts": [
{
"matches": [
"https://preview.portal.azure.com/*",
"https://ms.portal.azure.com/*",
"https://portal.azure.com/*"
],
"js": [
"content/js/main.js"
]
}
]
}
}
9 changes: 1 addition & 8 deletions popup/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,6 @@ input[type="checkbox"] {
display: none;
}

/* div#linkContainer {
font-size: small;
margin-top: -40px;
width: 100%;
display: flex;
justify-content: flex-end;
} */

div#linkContainer {
position: absolute;
top: 10px;
Expand All @@ -98,6 +90,7 @@ div#linkContainer a {

div#linkContainer a>img {
filter: invert(44%) sepia(75%) saturate(3284%) hue-rotate(191deg) brightness(102%) contrast(100%);
height: 20px;
}

h3 {
Expand Down
4 changes: 2 additions & 2 deletions popup/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ <h3>Azure Portal Plus</h3>
<div id="linkContainer">
<div id="linkWrapper">
<a href="https://github.com/horihiro/Azure-portal-plus-ChromeExtension/issues/new" target="_blank"
rel="noopener noreferrer">Report an issue<img src="./img/arrow.svg" style="height: 20px" /></a><br>
rel="noopener noreferrer">Report an issue<img src="./img/arrow.svg"/></a><br>
<a href="https://portal.azure.com" target="_blank" rel="noopener noreferrer">Azure portal<img
src="./img/arrow.svg" style="height: 20px" /> </a><br>
src="./img/arrow.svg"/> </a><br>
</div>
</div>
<div id="replaceFaviconToggle" class="toggleButton">
Expand Down

0 comments on commit 90e4d13

Please sign in to comment.