Trance Translate

Trance is a easy minimalist translator

Trance Translate क्या है?

Trance Translate raingart द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Trance is a easy minimalist translator"।

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

screenshot
screenshot

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

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

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

                        Trance - is an extension of the simple lite translator for your browser. Open-source, simple, no malware, no ads, for personal use.

available opportunities:
1) Select the text you want to translate (context menu or panel icon).
2) translation of entered words, sentence.
3) speak the voice of the translated text.

I hope you enjoyed this extension. Please leave an honest rating you think this extension deserves. Or better make a donation;). It is important for me to hear your opinion, it gives me the feeling that all the efforts were not in vain. I really appreciate it.

Also, if you have the time and desire, go to the Github project page where you can improve the code slightly.
I am very grateful to everyone who responds!                    

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

नाम Trance Translate Trance Translate
ID fnhpjnlhllbbpfaapjfcpbbninjigjjo
आधिकारिक URL https://chromewebstore.google.com/detail/trance-translate/fnhpjnlhllbbpfaapjfcpbbninjigjjo
विवरण Trance is a easy minimalist translator
फ़ाइल का आकार 38.82 KB
स्थापना संख्या 360
वर्तमान संस्करण 0.5.14
अंतिम अपडेट 2018-08-24
प्रकाशन तिथि 2018-08-24
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर raingart
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/raingart/Trance-Translate-extension
सहायता पृष्ठ URL https://github.com/raingart/Trance-Translate-extension/issues
समर्थित भाषाएँ en
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_short_name__",
    "description": "__MSG_app_description__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "version": "0.5.14",
    "author": "raingart",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "contextMenus",
        "notifications",
        "https:\/\/translate.google.com\/*"
    ],
    "background": {
        "page": "\/html\/background.html",
        "persistent": true
    },
    "options_page": "\/html\/options.html",
    "options_ui": {
        "chrome_style": false,
        "page": "\/html\/options.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "\/icons\/16.png",
            "48": "\/icons\/48.png",
            "128": "\/icons\/128.png"
        },
        "default_popup": "\/html\/popup.html"
    },
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "commands": {
        "translate-hotkey": {
            "description": "__MSG_hotkey_translate_notification_desc__",
            "suggested_key": {
                "default": "Ctrl+Q",
                "mac": "MacCtrl+Q"
            }
        }
    }
}