Dictar

Send website's URL to dictar.app for further processing.

Dictar क्या है?

Dictar https://dictar.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send website's URL to dictar.app for further processing."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dictar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Improve your listening skills in your target language by listening to a dictation. Use this extension to send the current URL to the dictar.app website.                    

एक्सटेंशन की मूल जानकारी

नाम Dictar Dictar
ID bgpgnnmlppcmllbnckkjmfghkdgngibn
आधिकारिक URL https://chromewebstore.google.com/detail/dictar/bgpgnnmlppcmllbnckkjmfghkdgngibn
विवरण Send website's URL to dictar.app for further processing.
फ़ाइल का आकार 11.46 KB
स्थापना संख्या 30
वर्तमान संस्करण 1.1
अंतिम अपडेट 2020-06-22
प्रकाशन तिथि 2020-06-21
डेवलपर https://dictar.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://dictar.app/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dictar",
    "version": "1.1",
    "description": "Send website's URL to dictar.app for further processing.",
    "icons": {
        "48": "icons\/logo48.png",
        "96": "icons\/logo96.png"
    },
    "browser_action": {
        "default_icon": "icons\/logo32.png",
        "default_title": "Dictar"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "dictar.js"
        ]
    }
}