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