Print Screen Button
You can quickly print any page with a simple click!
Print Screen Button क्या है?
Print Screen Button alidacalliope द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can quickly print any page with a simple click!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Print Screen Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With the "Print Screen Button" add-on, you may immediately and simply print any page on your browser's toolbar. features: a. With a few clicks, you can turn any webpage into a printable PDF (toolbar button). b. There are no settings or choices to change.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | iejilhjpldhcgiecimenaeagfboaemkg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/print-screen-button/iejilhjpldhcgiecimenaeagfboaemkg |
विवरण | You can quickly print any page with a simple click! |
फ़ाइल का आकार | 55.31 KB |
स्थापना संख्या | 39 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2022-06-26 |
प्रकाशन तिथि | 2022-06-26 |
रेटिंग | 4.80/5 कुल 10 रेटिंग्स |
डेवलपर | alidacalliope |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://worldaddons.com/print-screen-button/ |
सहायता पृष्ठ URL | https://worldaddons.com/contact/ |
गोपनीयता नीति पृष्ठ URL | https://worldaddons.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 3, "name": "Print Screen Button", "offline_enabled": true, "short_name": "print-screen-button", "homepage_url": "https:\/\/worldaddons.com\/print-screen-button\/", "description": "You can quickly print any page with a simple click!", "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Print Screen Button", "default_icon": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png" } }, "icons": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png", "128": "source\/icons\/128.png" } } |