Print Screen Button

You can quickly print any page with a simple click!

什么是Print Screen Button?

Print Screen Button是由alidacalliope开发的Chrome扩展程序,该扩展的主要功能是“You can quickly print any page with a simple click!”。

扩展截图

screenshot

下载Print Screen Button扩展crx文件

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

扩展使用说明

                        With the "Print Screen Button" add-on, you may immediately and simply print any page on your browser's toolbar.

features:

a. With a few clicks, you can turn any webpage into a printable PDF (toolbar button).

b. There are no settings or choices to change.                    

扩展基本信息

名称 Print Screen Button Print Screen Button
ID iejilhjpldhcgiecimenaeagfboaemkg
官方URL https://chrome.google.com/webstore/detail/print-screen-button/iejilhjpldhcgiecimenaeagfboaemkg
简介 You can quickly print any page with a simple click!
文件大小 55.31 KB
安装次数 39
当前版本 0.1
更新时间 2022-06-26
上架时间 2022-06-26
评分 4.80/5 共10次评分
开发者 alidacalliope
电子邮箱 [email protected]
付费类型 free
扩展官网 https://worldaddons.com/print-screen-button/
帮助页面URL https://worldaddons.com/contact/
隐私政策页面URL https://worldaddons.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "name": "Print Screen Button",
    "offline_enabled": true,
    "short_name": "print-screen-button",
    "homepage_url": "https:\/\/worldaddons.com\/print-screen-button\/",
    "description": "You can quickly print any page with a simple click!",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Print Screen Button",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}