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
官方網址 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
}