fix initial value for file counter
add actual zip bundle add promo images
This commit is contained in:
parent
789aa07cd3
commit
a68caefd2b
BIN
Promo/large.png
Normal file
BIN
Promo/large.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.8 KiB |
BIN
Promo/medium.png
Normal file
BIN
Promo/medium.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
BIN
Promo/small.png
Normal file
BIN
Promo/small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
ZplPrinter.zip
BIN
ZplPrinter.zip
Binary file not shown.
@ -21,7 +21,8 @@ chrome.runtime.onInstalled.addListener(function (details) {
|
||||
port: '9100',
|
||||
saveLabels: false,
|
||||
filetype: '1',
|
||||
path: null
|
||||
path: null,
|
||||
counter: 0
|
||||
});
|
||||
}
|
||||
});
|
||||
@ -2,7 +2,7 @@
|
||||
"manifest_version": 2,
|
||||
"name": "Zpl Printer",
|
||||
"short_name": "Zpl Printer",
|
||||
"version": "1.4.1",
|
||||
"version": "1.4.2",
|
||||
"description": "Printer emulator for zpl rendering engine.",
|
||||
"author": "Simon Binkert",
|
||||
"app": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user