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 | 
| 官方URL | 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"
    }
}  |  |