Skip to content

Commit

Permalink
Updated version info with increased popup width
Browse files Browse the repository at this point in the history
  • Loading branch information
occidere committed Nov 1, 2023
1 parent fc98809 commit bdc1e7f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/checkbox.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
div.maxQualityClass {
height: 20px;
width: 150px;
width: 180px;
outline: none;
margin: 1px;
border: none;
Expand Down
3 changes: 3 additions & 0 deletions js/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Sync main.js, manifest.json, popup.html
APP_VERSION = '1.1.5';

async function init() {
if (isCafe()) {
if (getIframeDocument().readyState === "complete") {
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Improved NAVER video plugin",
"description": "네이버 카페 / 블로그 동영상을 위한 추가 기능 플러그인",
"version": "1.1.2",
"version": "1.1.5",
"manifest_version": 3,
"background": {
"service_worker": "js/background.js"
Expand Down
4 changes: 4 additions & 0 deletions popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
</head>
<body>
<div class="popup version">
<b>Version: 1.1.5 (20231101)</b>
</div>
<hr>
<div>
<div class="maxQualityClass">
<input type="checkbox" id="selectMaxQualityCheckbox">
Expand Down

0 comments on commit bdc1e7f

Please sign in to comment.