Screenshot
Quickly take screenshot of current tab. Keyboard Commnd: Alt+P.
Screenshot क्या है?
Screenshot BrowserNative द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly take screenshot of current tab. Keyboard Commnd: Alt+P."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Screenshot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Users can select screenshot file format (PNG or JPEG) from the Options. After capturing the screenshot, extension saves it. You can opt to see it in a new tab. Extremely fast, light-weight and privacy friendly extension by BrowserNative.
एक्सटेंशन की मूल जानकारी
नाम | Screenshot |
ID | mafopchedjkbgkpbbnbgifaolempmdgh |
आधिकारिक URL | https://chromewebstore.google.com/detail/screenshot/mafopchedjkbgkpbbnbgifaolempmdgh |
विवरण | Quickly take screenshot of current tab. Keyboard Commnd: Alt+P. |
फ़ाइल का आकार | 40.96 KB |
स्थापना संख्या | 8,507 |
वर्तमान संस्करण | 0.0.5 |
अंतिम अपडेट | 2019-11-18 |
प्रकाशन तिथि | 2019-11-12 |
रेटिंग | 4.71/5 कुल 35 रेटिंग्स |
डेवलपर | BrowserNative |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://browsernative.com/screenshot-extension/ |
सहायता पृष्ठ URL | https://browsernative.com/screenshot-extension/ |
गोपनीयता नीति पृष्ठ URL | https://browsernative.com/extensions-privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screenshot", "description": "Quickly take screenshot of current tab. Keyboard Commnd: Alt+P.", "version": "0.0.5", "manifest_version": 2, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "static\/128.png", "default_title": "Take Screenshot" }, "icons": { "48": "static\/48.png", "128": "static\/128.png" }, "permissions": [ "activeTab", "downloads" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+P" } } }, "options_ui": { "page": "options.html", "open_in_tab": true }, "homepage_url": "https:\/\/browsernative.com\/screenshot-extension\/" } |