Auto Open Print Dialog
Detects if a Chrome browser tab contains a URL to a PDF file (or any printable document extension which can be listed under…
Hvad er Auto Open Print Dialog?
Auto Open Print Dialog er en Chrome-udvidelse udviklet af biajjachiemara, og dens hovedfunktion er "Detects if a Chrome browser tab contains a URL to a PDF file (or any printable document extension which can be listed under…".
Udvidelsesskærmbilleder
Download Auto Open Print Dialog-udvidelses-CRX-fil
Download Auto Open Print Dialog-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Detects if a Chrome browser tab contains a URL to a PDF file (or any printable document extension which can be listed under options), and if so, automatically opens the printer dialog prompt for the user to print the document.
Grundlæggende oplysninger om udvidelsen
Navn | Auto Open Print Dialog |
ID | gemhjningnhcoefemidkplkfccamllje |
Officiel URL | https://chromewebstore.google.com/detail/auto-open-print-dialog/gemhjningnhcoefemidkplkfccamllje |
Beskrivelse | Detects if a Chrome browser tab contains a URL to a PDF file (or any printable document extension which can be listed under… |
Filstørrelse | 153 KB |
Antal Installationer | 93 |
Nuværende Version | 1.8 |
Senest Opdateret | 2023-08-31 |
Udgivelsesdato | 2023-08-30 |
Bedømmelse | 2.50/5 Samlet 2 Bedømmelser |
Udvikler | biajjachiemara |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Auto Open Print Dialog", "version": "1.8", "author": "Biajja Chiemara", "permissions": [ "storage" ], "options_page": "options.html", "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png", "192": "icons\/icon192.png", "256": "icons\/icon256.png" }, "action": { "default_title": "PM Auto Open Print Dialog", "default_icon": { "19": "icons\/default.png", "38": "icons\/[email protected]" }, "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |