Print Button
Easily print any page with just one click!
什麼是Print Button?
Print Button是由Jorvi開發的Chrome擴展程式,該擴展的主要功能是“Easily print any page with just one click!”。
擴展截圖
下載Print Button擴展crx文件
下載Print Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With Print Button addon, you can easily print any desired page with just one click from your browser's toolbar.
Important features:
a. Print any webpage with a click of a button (toolbar button).
b. No settings or options to adjust.
To report bugs, please fill the bug report form on the add-on's homepage (https://mybrowseraddon.com/print.html) 擴展基本資訊
| 名稱 | |
| ID | chknabpgcjhognofjhnlhlmjgidpjkeg |
| 官方網址 | https://chromewebstore.google.com/detail/print-button/chknabpgcjhognofjhnlhlmjgidpjkeg |
| 簡介 | Easily print any page with just one click! |
| 檔案大小 | 7.05 KB |
| 安裝次數 | 13,341 |
| 目前版本 | 0.1.6 |
| 更新時間 | 2023-12-03 |
| 上架時間 | 2019-04-07 |
| 評分 | 4.20/5 共 5 次評分 |
| 開發者 | Jorvi |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://mybrowseraddon.com/print.html |
| 說明頁面URL | https://mybrowseraddon.com/print.html |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1.6",
"manifest_version": 3,
"name": "Print Button",
"offline_enabled": true,
"homepage_url": "https:\/\/mybrowseraddon.com\/print.html",
"description": "Easily print any page with just one click!",
"commands": {
"_execute_action": []
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_title": "Print Button",
"default_icon": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png"
}
},
"icons": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
}
} | |