Screenshot Capture (Allstyls)
Screenshot Capture
Screenshot Capture (Allstyls) क्या है?
Screenshot Capture (Allstyls) allstyls.powerbrand द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Screenshot Capture"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Screenshot Capture (Allstyls) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
You are an right path to make your RFQ process simpler! Go Ahead with Screenshot Capture by Allstyls, do sreenshot, screen capture videos and share with us. We will take care of the rest and provide you with detailed information of the products and related Trends.
एक्सटेंशन की मूल जानकारी
नाम | Screenshot Capture (Allstyls) |
ID | llfgdgkpiegpfackencfgohgbehkebbj |
आधिकारिक URL | https://chromewebstore.google.com/detail/screenshot-capture-allsty/llfgdgkpiegpfackencfgohgbehkebbj |
विवरण | Screenshot Capture |
फ़ाइल का आकार | 83.92 KB |
स्थापना संख्या | 413 |
वर्तमान संस्करण | 1.7 |
अंतिम अपडेट | 2018-06-01 |
प्रकाशन तिथि | 2018-06-01 |
डेवलपर | allstyls.powerbrand |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.allstyls.com/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screenshot Capture (Allstyls)", "author": "Amrita Sharma", "version": "1.7", "manifest_version": 2, "minimum_chrome_version": "49", "description": "Screenshot Capture", "browser_action": { "default_icon": "images\/icon.png", "default_title": "Screenshot Capture" }, "options_page": "\/content\/options.html", "background": { "scripts": [ "background\/background.js" ], "persistent": false }, "web_accessible_resources": [ "\/images\/Jcrop.gif", "\/images\/pixel.png" ], "commands": { "take-screenshot": { "suggested_key": { "default": "Alt+S" }, "description": "Take Screenshot" } }, "icons": { "16": "images\/icon.png", "22": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "homepage_url": "https:\/\/www.allstyls.com", "permissions": [ "storage", "activeTab" ] } |