Web Printer Helper

Web Printer Helper

Web Printer Helperとは何ですか?

Web Printer HelperはAbu Dzakiyyahによって開発されたChromeの拡張機能で、その主な機能は「Web Printer Helper」です。

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

screenshot
screenshot
screenshot

Web Printer Helper拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Web Printer Helper for Web Apps

This extension can help Web Applications to access printer devices that are on the server. This extension requires an API that is generated from the WebPrinter application on the server.

*Documents for printing are only PDF file

The WebPrinter Server can be downloaded here:
https://apps.anakmuda.co.id/webprinter/WebPrinterSetup.zip                    

拡張機能の基本情報

名前 Web Printer Helper Web Printer Helper
ID oddpogjidbnompcdchbkfpnffillkmeg
公式URL https://chromewebstore.google.com/detail/web-printer-helper/oddpogjidbnompcdchbkfpnffillkmeg
説明 Web Printer Helper
ファイルサイズ 923 KB
インストール数 76
現在のバージョン 1.0
最終更新日 2020-07-31
公開日 2020-07-30
評価 5.00/5 合計 2 レビュー
開発者 Abu Dzakiyyah
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://apps.anakmuda.co.id/webprinter
ヘルプページのURL https://apps.anakmuda.co.id/webprinter/WebPrinterSetup.zip
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Printer Helper",
    "description": "Web Printer Helper",
    "author": "Abu Dzakiyyah",
    "version": "1.0",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "19": "assets\/icons\/icon-19.png",
        "32": "assets\/icons\/icon-32.png",
        "64": "assets\/icons\/icon-64.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "assets\/js\/jquery.min.js",
            "assets\/js\/storage.js",
            "assets\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "assets\/icons\/icon-128.png",
        "default_popup": "index.html",
        "default_title": "Web Printer Helper"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "assets\/js\/jquery.toast.js",
                "assets\/js\/general.js",
                "assets\/js\/webprinter.js"
            ],
            "css": [
                "assets\/css\/jquery.toast.css"
            ]
        }
    ]
}