FlashLabel Extension
Print on FlashLabel
What is FlashLabel Extension?
FlashLabel Extension is a Chrome extension developed by go_1989, and its main feature is "Print on FlashLabel".
Extension Screenshots
Download FlashLabel Extension Extension CRX File
Download FlashLabel Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This plugin is a subsidiary of FlashLabel printer, Users can connect to a thermal printer via usb to print. This Extension allows you to print the currently displayed Web Page. Although this function is very simple, , I needed to have this ability in Chrome and so I created it!You can press Ctrl + P to open the print preview interface, select printer and click Print to print the valid content.
Extension Basic Information
Name | FlashLabel Extension |
ID | ngcmpilohmfalkfodjommledggkemhjp |
Official URL | https://chromewebstore.google.com/detail/flashlabel-extension/ngcmpilohmfalkfodjommledggkemhjp |
Description | Print on FlashLabel |
File Size | 315 KB |
Installation Count | 2,083 |
Current Version | 1.2.2 |
Last Updated | 2023-06-08 |
Publish Date | 2022-03-15 |
Rating | 4.00/5 Total 7 Ratings |
Developer | go_1989 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "description": "Print on FlashLabel", "icons": { "128": "img\/icon.png", "16": "img\/icon.png", "48": "img\/icon.png" }, "action": { "default_title": "FlashLabel", "default_popup": "popup.html" }, "manifest_version": 3, "minimum_chrome_version": "88", "name": "FlashLabel Extension", "offline_enabled": true, "permissions": [ "printerProvider", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.2" } |