Niceloop Printer Extension

Niceloop Printer Extension Using with app.niceloop.com

什么是Niceloop Printer Extension?

Niceloop Printer Extension是由rice.th开发的Chrome扩展程序,该扩展的主要功能是“Niceloop Printer Extension Using with app.niceloop.com”。

扩展截图

下载Niceloop Printer Extension扩展crx文件

下载Niceloop Printer Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Niceloop Printer Extension
Using with app.niceloop.com                    

扩展基本信息

名称 Niceloop Printer Extension Niceloop Printer Extension
ID ilboifjdaokpjbddccfeommkabcaimpe
官方URL https://chrome.google.com/webstore/detail/niceloop-printer-extensio/ilboifjdaokpjbddccfeommkabcaimpe
简介 Niceloop Printer Extension Using with app.niceloop.com
文件大小 95.59 KB
安装次数 660
当前版本 1.0
更新时间 2019-02-28
上架时间 2019-02-28
评分 5.00/5 共2次评分
开发者 rice.th
电子邮箱 [email protected]
付费类型 free
支持的语言 th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Niceloop Printer Extension",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "print-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "*:\/\/*\/*"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    }
}