Printer for Google Chrome 2.0

Prints the current page opened in Chrome with a single click.

Printer for Google Chrome 2.0 क्या है?

Printer for Google Chrome 2.0 A & C द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prints the current page opened in Chrome with a single click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Printer for Google Chrome 2.0 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ⬇️Easy to set up ⬇️:



1. 🆓 and very easy to operate.
2. Place a print 🖨 button inside your web browser. So you can easily print a page with one click.
3. Choose the style and the Print button design. 🖨(color, black and white)
4. Double-click on the print icon 🖨 to save the file in HTML or PDF, or to open the Options page.



✨Features ✨:



1. Choose between the regular Print button or the Material Design Print button.
2. Or customize your own design Print button.
3. Supports both the TOUCH screen 🖥and DESKTOP screens with the mouse.🖱
4. Print button works for Windows, Mac, Linux, and Google Chromebooks.



Our extension lets you print faster the opened tab on your current browser with one single click.                    

एक्सटेंशन की मूल जानकारी

नाम Printer for Google Chrome 2.0 Printer for Google Chrome 2.0
ID dakpnihnhmgcllccmbgcfhkbkmaojebe
आधिकारिक URL https://chromewebstore.google.com/detail/printer-for-google-chrome/dakpnihnhmgcllccmbgcfhkbkmaojebe
विवरण Prints the current page opened in Chrome with a single click.
फ़ाइल का आकार 15.38 KB
स्थापना संख्या 939
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2022-10-09
प्रकाशन तिथि 2022-10-09
रेटिंग 4.56/5 कुल 18 रेटिंग्स
डेवलपर A & C
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.1",
    "name": "Printer for Google Chrome 2.0",
    "description": "Prints the current page opened in Chrome with a single click.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/print_16.png",
            "32": "icons\/print_32.png",
            "64": "icons\/print_64.png",
            "128": "icons\/print_128.png",
            "256": "icons\/print_256.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/print_16.png",
        "32": "icons\/print_32.png",
        "64": "icons\/print_64.png",
        "128": "icons\/print_128.png",
        "256": "icons\/print_256.png"
    },
    "permissions": [
        "storage"
    ]
}