Skip to content

Commit bdc1e7f

Browse files
committed
Updated version info with increased popup width
1 parent fc98809 commit bdc1e7f

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

css/checkbox.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
div.maxQualityClass {
22
height: 20px;
3-
width: 150px;
3+
width: 180px;
44
outline: none;
55
margin: 1px;
66
border: none;

js/main.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Sync main.js, manifest.json, popup.html
2+
APP_VERSION = '1.1.5';
3+
14
async function init() {
25
if (isCafe()) {
36
if (getIframeDocument().readyState === "complete") {

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Improved NAVER video plugin",
33
"description": "네이버 카페 / 블로그 동영상을 위한 추가 기능 플러그인",
4-
"version": "1.1.2",
4+
"version": "1.1.5",
55
"manifest_version": 3,
66
"background": {
77
"service_worker": "js/background.js"

popup.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
66
</head>
77
<body>
8+
<div class="popup version">
9+
<b>Version: 1.1.5 (20231101)</b>
10+
</div>
11+
<hr>
812
<div>
913
<div class="maxQualityClass">
1014
<input type="checkbox" id="selectMaxQualityCheckbox">

0 commit comments

Comments
 (0)