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…
Vad är Auto Open Print Dialog?
Auto Open Print Dialog är en Chrome-tillägg utvecklad av biajjachiemara, och dess huvudfunktion är "Detects if a Chrome browser tab contains a URL to a PDF file (or any printable document extension which can be listed under…".
Tilläggsskärmbilder
Ladda ner Auto Open Print Dialog-förlängningens CRX-fil
Ladda ner Auto Open Print Dialog-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Auto Open Print Dialog |
ID | gemhjningnhcoefemidkplkfccamllje |
Officiell webbadress | https://chromewebstore.google.com/detail/auto-open-print-dialog/gemhjningnhcoefemidkplkfccamllje |
Beskrivning | Detects if a Chrome browser tab contains a URL to a PDF file (or any printable document extension which can be listed under… |
Filstorlek | 153 KB |
Antal Installationer | 93 |
Aktuell Version | 1.8 |
Senast Uppdaterad | 2023-08-31 |
Publiceringsdatum | 2023-08-30 |
Betyg | 2.50/5 Totalt 2 Betyg |
Utvecklare | biajjachiemara |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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": [ " |