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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": [
" | |