Print Button

Easily print any page with just one click!

Print Buttonとは何ですか?

Print ButtonはJorviによって開発されたChromeの拡張機能で、その主な機能は「Easily print any page with just one click!」です。

拡張機能のスクリーンショット

screenshot

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)                    

拡張機能の基本情報

名前 Print Button Print Button
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
Eメール [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"
    }
}