Print Plus
Adds a print button to the browser.
什麼是Print Plus?
Print Plus是由ellienora00開發的Chrome擴展程式,該擴展的主要功能是“Adds a print button to the browser.”。
擴展截圖
下載Print Plus擴展crx文件
下載Print Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The extension Print plus do an amazing job on one click. Magically it adds a print button to the browser and on pressing the print button the whole page currently opened in a browser will be printed in a second or two. 擴展基本資訊
| 名稱 | |
| ID | edomigmolmlfpcdkidnjagcahdbacpbj |
| 官方網址 | https://chromewebstore.google.com/detail/print-plus/edomigmolmlfpcdkidnjagcahdbacpbj |
| 簡介 | Adds a print button to the browser. |
| 檔案大小 | 4.49 KB |
| 安裝次數 | 502 |
| 目前版本 | 1.2 |
| 更新時間 | 2022-01-11 |
| 上架時間 | 2022-01-11 |
| 開發者 | ellienora00 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.golferarena.com/ |
| 說明頁面URL | https://www.golferarena.com/ |
| 隱私政策頁面URL | https://www.privacypolicygenerator.info/live.php?token=ZzhjbpjSCfSPPDs6tUeKN8tApGB7HAqH |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Print Plus",
"description": "Adds a print button to the browser.",
"version": "1.2",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"activeTab"
],
"browser_action": {
"default_title": "Print this page",
"default_icon": "print_16x16.png"
},
"manifest_version": 2
} | |