Printer for Google Chrome 2.0

Prints the current page opened in Chrome with a single click.

什么是Printer for Google Chrome 2.0?

Printer for Google Chrome 2.0是由A & C开发的Chrome扩展程序,该扩展的主要功能是“Prints the current page opened in Chrome with a single click.”。

扩展截图

screenshot
screenshot

下载Printer for Google Chrome 2.0扩展crx文件

下载Printer for Google Chrome 2.0扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ⬇️Easy to set up ⬇️:



1. 🆓 and very easy to operate.
2. Place a print 🖨 button inside your web browser. So you can easily print a page with one click.
3. Choose the style and the Print button design. 🖨(color, black and white)
4. Double-click on the print icon 🖨 to save the file in HTML or PDF, or to open the Options page.



✨Features ✨:



1. Choose between the regular Print button or the Material Design Print button.
2. Or customize your own design Print button.
3. Supports both the TOUCH screen 🖥and DESKTOP screens with the mouse.🖱
4. Print button works for Windows, Mac, Linux, and Google Chromebooks.



Our extension lets you print faster the opened tab on your current browser with one single click.                    

扩展基本信息

名称 Printer for Google Chrome 2.0 Printer for Google Chrome 2.0
ID dakpnihnhmgcllccmbgcfhkbkmaojebe
官方URL https://chromewebstore.google.com/detail/printer-for-google-chrome/dakpnihnhmgcllccmbgcfhkbkmaojebe
简介 Prints the current page opened in Chrome with a single click.
文件大小 15.38 KB
安装次数 939
当前版本 1.0.1
更新时间 2022-10-09
上架时间 2022-10-09
评分 4.56/5 共18次评分
开发者 A & C
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.1",
    "name": "Printer for Google Chrome 2.0",
    "description": "Prints the current page opened in Chrome with a single click.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/print_16.png",
            "32": "icons\/print_32.png",
            "64": "icons\/print_64.png",
            "128": "icons\/print_128.png",
            "256": "icons\/print_256.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/print_16.png",
        "32": "icons\/print_32.png",
        "64": "icons\/print_64.png",
        "128": "icons\/print_128.png",
        "256": "icons\/print_256.png"
    },
    "permissions": [
        "storage"
    ]
}