Vento
Vento Chrome Extension
Vento क्या है?
Vento https://vento.so द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Vento Chrome Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Vento एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Chrome Extension supporting https://vento.so/, a stress free video recording website which allows you to rewind and film over mistakes as you record. Vento supports link sharing, presenter bubbles, and more! This extension adds a toolbar to easily pause or restart your recording, annotate your screen, or point and click as you go!
एक्सटेंशन की मूल जानकारी
नाम | Vento |
ID | kcjkmcmcpompphkoaokebhhhindnfpnp |
आधिकारिक URL | https://chromewebstore.google.com/detail/vento/kcjkmcmcpompphkoaokebhhhindnfpnp |
विवरण | Vento Chrome Extension |
फ़ाइल का आकार | 168 KB |
स्थापना संख्या | 6,407 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2024-02-16 |
प्रकाशन तिथि | 2023-01-06 |
रेटिंग | 4.69/5 कुल 13 रेटिंग्स |
डेवलपर | https://vento.so |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://vento.so/ |
गोपनीयता नीति पृष्ठ URL | https://vento.so/policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vento", "version": "1.1.2", "description": "Vento Chrome Extension", "manifest_version": 3, "icons": { "48": "favicon.png" }, "background": { "service_worker": "background.js" }, "commands": { "Start Recording": { "suggested_key": { "default": "Alt+Shift+V", "mac": "Alt+Shift+V" }, "description": "Start Recording" }, "Pause Recording": { "suggested_key": { "default": "Alt+Shift+P", "mac": "Alt+Shift+P" }, "description": "Pause Ongoing Recording" }, "Delete Recording": { "suggested_key": { "default": "Alt+Shift+D", "mac": "Alt+Shift+D" }, "description": "Delete Ongoing Recording" }, "Highlight Clicks": { "suggested_key": { "default": "Alt+Shift+C", "mac": "Alt+Shift+C" }, "description": "Highlight Clicks" }, "Highlight Cursor": { "description": "Highlight Cursor" }, "Enable Pen Tool": { "description": "Enable Pen Tool" }, "Enable Eraser Tool": { "description": "Enable Eraser Tool" }, "Annotation Color Selection": { "description": "Annotation Color Selection" }, "Enable Text Tool": { "description": "Enable Text Tool" }, "Enable Arrow Tool": { "description": "Enable Arrow Tool" }, "Delete All Annotation": { "description": "Delete All Annotation" } }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "favicon.png", "css\/content.css", "assets\/images\/*", "libraries\/jquery-3.5.1.min.js", "libraries\/fabric.min.js", "libraries\/pickr.min.js", "libraries\/arrow.js", "js\/content.js" ], "matches": [ " |