Standardized Screenshot
Takes standardized screenshots.
Standardized Screenshot क्या है?
Standardized Screenshot https://jmartin.ca/screenshot-chrome द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Takes standardized screenshots."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Standardized Screenshot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A very opinionated screen capture extension for Chrome. It will: - Capture the current tab. - Add a macOS-ish title bar. - Add drop shadow to it. - Display the result in a popup frame. The source is available on Github: https://github.com/j-martin/screenshot-chrome Forked from: https://github.com/mrcoles/full-page-screen-capture-chrome-extension
एक्सटेंशन की मूल जानकारी
नाम | Standardized Screenshot |
ID | pabdhaakclnechgfhmnhkcbmjobeoope |
आधिकारिक URL | https://chromewebstore.google.com/detail/standardized-screenshot/pabdhaakclnechgfhmnhkcbmjobeoope |
विवरण | Takes standardized screenshots. |
फ़ाइल का आकार | 85.54 KB |
स्थापना संख्या | 2,492 |
वर्तमान संस्करण | 2.4.0 |
अंतिम अपडेट | 2020-01-29 |
प्रकाशन तिथि | 2020-01-28 |
रेटिंग | 3.38/5 कुल 13 रेटिंग्स |
डेवलपर | https://jmartin.ca/screenshot-chrome |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://github.com/j-martin/screenshot-chrome/blob/master/PRIVACY.md |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Standardized Screenshot", "version": "2.4.0", "manifest_version": 2, "description": "Takes standardized screenshots.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "default-src 'self'; img-src 'self' data:; style-src 'self'", "permissions": [ "activeTab" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |