Print Plus

Adds a print button to the browser.

Print Plus क्या है?

Print Plus ellienora00 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a print button to the browser."।

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

screenshot

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

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

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

                        The extension Print plus do an amazing job on one click. Magically it adds a print button to the browser and on pressing the print button the whole page currently opened in a browser will be printed in a second or two.                    

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

नाम Print Plus Print Plus
ID edomigmolmlfpcdkidnjagcahdbacpbj
आधिकारिक URL https://chromewebstore.google.com/detail/print-plus/edomigmolmlfpcdkidnjagcahdbacpbj
विवरण Adds a print button to the browser.
फ़ाइल का आकार 4.49 KB
स्थापना संख्या 502
वर्तमान संस्करण 1.2
अंतिम अपडेट 2022-01-11
प्रकाशन तिथि 2022-01-11
डेवलपर ellienora00
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.golferarena.com/
सहायता पृष्ठ URL https://www.golferarena.com/
गोपनीयता नीति पृष्ठ URL https://www.privacypolicygenerator.info/live.php?token=ZzhjbpjSCfSPPDs6tUeKN8tApGB7HAqH
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Print Plus",
    "description": "Adds a print button to the browser.",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Print this page",
        "default_icon": "print_16x16.png"
    },
    "manifest_version": 2
}