Niceloop Printer Extension

Niceloop Printer Extension Using with app.niceloop.com

What is Niceloop Printer Extension?

Niceloop Printer Extension is a Chrome extension developed by rice.th, and its main feature is "Niceloop Printer Extension Using with app.niceloop.com".

Extension Screenshots

Download Niceloop Printer Extension Extension CRX File

Download Niceloop Printer Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Niceloop Printer Extension
Using with app.niceloop.com                    

Extension Basic Information

Name Niceloop Printer Extension Niceloop Printer Extension
ID ilboifjdaokpjbddccfeommkabcaimpe
Official URL https://chrome.google.com/webstore/detail/niceloop-printer-extensio/ilboifjdaokpjbddccfeommkabcaimpe
Description Niceloop Printer Extension Using with app.niceloop.com
File Size 95.59 KB
Installation Count 660
Current Version 1.0
Last Updated 2019-02-28
Publish Date 2019-02-28
Rating 5.00/5 Total 2 Ratings
Developer rice.th
Email [email protected]
Payment Type free
Supported Languages 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"
            }
        }
    }
}