Smartshot - Easy Screenshot
Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard
Smartshot - Easy Screenshot क्या है?
Smartshot - Easy Screenshot getyourscreenshot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Smartshot - Easy Screenshot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Introducing Smartshot - the ultimate screenshot tool for Google Chrome! With Smartshot, taking screenshots of single areas or whole websites has never been easier. Whether you're a web developer, designer, or just need to capture something important, Smartshot has got you covered. Simply install the extension, click on the Smartshot icon, and select the area you want to capture. You can also capture an entire website with just a few clicks. So what are you waiting for? Install Smartshot today and start capturing perfect screenshots in seconds!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | edjbamdongkhmagbpppagfjbcojajeae |
आधिकारिक URL | https://chrome.google.com/webstore/detail/smartshot-easy-screenshot/edjbamdongkhmagbpppagfjbcojajeae |
विवरण | Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard |
फ़ाइल का आकार | 419 KB |
स्थापना संख्या | 13,981 |
वर्तमान संस्करण | 3.0.6 |
अंतिम अपडेट | 2023-06-12 |
प्रकाशन तिथि | 2020-06-23 |
रेटिंग | 4.23/5 कुल 1026 रेटिंग्स |
डेवलपर | getyourscreenshot |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.getsmartshot.com/ |
गोपनीयता नीति पृष्ठ URL | https://www.getsmartshot.com/privacy |
समर्थित भाषाएँ | id,ms,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_name__", "short_name": "smartshot easy screenshot", "description": "__MSG_description__", "version": "3.0.6", "minimum_chrome_version": "41", "offline_enabled": true, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_title": "Full Page Screenshot", "default_icon": { "38": "icon_38.png" }, "default_popup": "main.html" }, "permissions": [ "activeTab", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "unlimitedStorage", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "js\/backgroundPage.js", "js\/lib-util.js", "js\/jquery.js", "js\/jquery.md5.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/matomo.getsmartshot.com https:\/\/www.google-analytics.com; object-src 'self'" } |