Oweb Voice Input
Input texts to website's text boxes by speaking.
Oweb Voice Input क्या है?
Oweb Voice Input http://oweb-pro.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Input texts to website's text boxes by speaking."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Oweb Voice Input एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Oweb Voice Input PRO Input texts to website's text boxes by speaking. OVI recognizes 60 languages including dialects.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | eoecopflbmclnpkehbdbldonpfbmbbfm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/oweb-voice-input/eoecopflbmclnpkehbdbldonpfbmbbfm |
विवरण | Input texts to website's text boxes by speaking. |
फ़ाइल का आकार | 74.28 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-06-23 |
प्रकाशन तिथि | 2016-06-23 |
रेटिंग | 2.97/5 कुल 31 रेटिंग्स |
डेवलपर | http://oweb-pro.com |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | http://chromereload.net/siteprivacy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Oweb Voice Input", "description": "Input texts to website's text boxes by speaking.", "version": "1.0", "icons": { "128": "images\/logo\/256-256\/Oweb Voice Input.png", "16": "images\/logo\/32-32\/Oweb Voice Input.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "content.css" ], "js": [ "jquery.min.js", "content.js" ], "run_at": "document_start", "all_frames": true } ], "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "options_page": "options.html" } |