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…
什么是Auto Open Print Dialog?
Auto Open Print Dialog是由biajjachiemara开发的Chrome扩展程序,该扩展的主要功能是“Detects if a Chrome browser tab contains a URL to a PDF file (or any printable document extension which can be listed under…”。
扩展截图
下载Auto Open Print Dialog扩展crx文件
下载Auto Open Print Dialog扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Auto Open Print Dialog |
ID | gemhjningnhcoefemidkplkfccamllje |
官方URL | https://chromewebstore.google.com/detail/auto-open-print-dialog/gemhjningnhcoefemidkplkfccamllje |
简介 | Detects if a Chrome browser tab contains a URL to a PDF file (or any printable document extension which can be listed under… |
文件大小 | 153 KB |
安装次数 | 93 |
当前版本 | 1.8 |
更新时间 | 2023-08-31 |
上架时间 | 2023-08-30 |
评分 | 2.50/5 共2次评分 |
开发者 | biajjachiemara |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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": [ " |