ScreenSnip
A tool that allows you to take a screenshot of the current tab and crop it.
ScreenSnip क्या है?
ScreenSnip bhayatus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool that allows you to take a screenshot of the current tab and crop it."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ScreenSnip एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Take a screenshot of the current visible area in your Chrome tab and crop to your liking. Currently supports saving as .png/.jpeg/.webp. For faster access, you can also directly copy to the clipboard.
एक्सटेंशन की मूल जानकारी
नाम | ScreenSnip |
ID | okodoejppedehahibmdngneledbkliap |
आधिकारिक URL | https://chromewebstore.google.com/detail/screensnip/okodoejppedehahibmdngneledbkliap |
विवरण | A tool that allows you to take a screenshot of the current tab and crop it. |
फ़ाइल का आकार | 44.84 KB |
स्थापना संख्या | 1,086 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2020-04-05 |
प्रकाशन तिथि | 2020-04-05 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | bhayatus |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ScreenSnip", "version": "1.1.0", "manifest_version": 2, "description": "A tool that allows you to take a screenshot of the current tab and crop it.", "browser_action": { "default_title": "ScreenSnip" }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" }, "background": { "persistent": false, "scripts": [ "\/background\/background.js" ] }, "permissions": [ "activeTab", "downloads" ] } |