SVG Screenshot
Create scalable screenshots.
SVG Screenshot क्या है?
SVG Screenshot Saad द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create scalable screenshots."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SVG Screenshot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Take an SVG screenshot of your tab with just one click. Please note that this extension is still in a very pre-alpha stage and will break often. It will also take some to load as SVGs are CPU intensive, they compute each pixel before storing it.
एक्सटेंशन की मूल जानकारी
नाम | SVG Screenshot |
ID | dmkjpfgdjiokimcemagieionmjgadjkg |
आधिकारिक URL | https://chromewebstore.google.com/detail/svg-screenshot/dmkjpfgdjiokimcemagieionmjgadjkg |
विवरण | Create scalable screenshots. |
फ़ाइल का आकार | 14.85 KB |
स्थापना संख्या | 563 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-04-09 |
प्रकाशन तिथि | 2020-04-07 |
रेटिंग | 3.80/5 कुल 5 रेटिंग्स |
डेवलपर | Saad |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SVG Screenshot", "description": "Create scalable screenshots.", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "activeTab", " |