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
电子邮箱 [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
}