Print Plus

Adds a print button to the browser.

Print Plusとは何ですか?

Print Plusはellienora00によって開発されたChromeの拡張機能で、その主な機能は「Adds a print button to the browser.」です。

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

screenshot

Print Plus拡張機能のCRXファイルをダウンロード

Print Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The extension Print plus do an amazing job on one click. Magically it adds a print button to the browser and on pressing the print button the whole page currently opened in a browser will be printed in a second or two.                    

拡張機能の基本情報

名前 Print Plus Print Plus
ID edomigmolmlfpcdkidnjagcahdbacpbj
公式URL https://chromewebstore.google.com/detail/print-plus/edomigmolmlfpcdkidnjagcahdbacpbj
説明 Adds a print button to the browser.
ファイルサイズ 4.49 KB
インストール数 502
現在のバージョン 1.2
最終更新日 2022-01-11
公開日 2022-01-11
開発者 ellienora00
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.golferarena.com/
ヘルプページのURL https://www.golferarena.com/
プライバシーポリシーページのURL https://www.privacypolicygenerator.info/live.php?token=ZzhjbpjSCfSPPDs6tUeKN8tApGB7HAqH
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Print Plus",
    "description": "Adds a print button to the browser.",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Print this page",
        "default_icon": "print_16x16.png"
    },
    "manifest_version": 2
}