NetScore Smart Print

Print PDF Page which has user given specific keywords in URL.

NetScore Smart Printとは何ですか?

NetScore Smart PrintはNetScore Technologiesによって開発されたChromeの拡張機能で、その主な機能は「Print PDF Page which has user given specific keywords in URL.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        NetScore Smart Print allows users to print PDF/Pages/Docs.. based on your initial setup.
Smart print is based on combination of two keywords selection.

If you want print PDF automatically from the printer,then we have to pass two keywords for this Extension and ON the plugin.

If words in the URL matches with the given keywords then it will print that page directly.

You can anytime enable or disable this extension.                    

拡張機能の基本情報

名前 NetScore Smart Print NetScore Smart Print
ID idpjjniajlllnedpgfepapicilfajdmd
公式URL https://chromewebstore.google.com/detail/netscore-smart-print/idpjjniajlllnedpgfepapicilfajdmd
説明 Print PDF Page which has user given specific keywords in URL.
ファイルサイズ 22.44 KB
インストール数 75
現在のバージョン 1.2
最終更新日 2019-02-11
公開日 2019-02-11
評価 5.00/5 合計 5 レビュー
開発者 NetScore Technologies
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NetScore Smart Print",
    "description": "Print PDF Page which has user given specific keywords in URL.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "Netscore.png",
        "default_title": "NetScore Smart Print",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "manifest_version": 2
}