mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
* Add printer status listener. * Show printer status in popup. * Fix Status display. * Implement cancelJob(). * Correct script typos. * Add important keyword to CSS. * Refactor element pointers. * Rewrite callbacks to promises. * Fix CSS. * Fix variable name. * Move Print button to front of line. * Restore old style of submitJob(). * Fix bugs. * adding print job table along with cancel button (#847) * adding print job table along with cancel button * make cancel button hidden conditionally and scroll to buttom after print button is clicked * Fix spelling. * Update api-samples/printing/printers.js * Add README file. * Readme corrections. * Update api-samples/printing/README.md * Update api-samples/printing/README.md * Update api-samples/printing/README.md * Create an addCell() function. * Fix position of addCell(). * Rearange popup layout. * More rearranging. * Add a warning about the print job table. * Feedback from Patrick. * Lint and update strings. --------- Co-authored-by: rayxu-google <120415990+rayxu-google@users.noreply.github.com>