Translect
Allows you to quickly and easily translate French words to English.
Translect क्या है?
Translect 8enmann द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to quickly and easily translate French words to English."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Translect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Makes it fast and easy to translate word by word from French to English. Based on Wiktionary data. Doesn't work on all word forms yet. This project is open source! To contribute please see https://github.com/8enmann/translect This app can be extended to support other languages as well.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jmeginlikpfohfopfnfpbdbcghcoodic |
आधिकारिक URL | https://chrome.google.com/webstore/detail/translect/jmeginlikpfohfopfnfpbdbcghcoodic |
विवरण | Allows you to quickly and easily translate French words to English. |
फ़ाइल का आकार | 45.74 KB |
स्थापना संख्या | 48 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2013-08-05 |
प्रकाशन तिथि | 2013-08-05 |
रेटिंग | 3.00/5 कुल 3 रेटिंग्स |
डेवलपर | 8enmann |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Translect", "description": "Allows you to quickly and easily translate French words to English.", "version": "1.0", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "https:\/\/fr.wiktionary.org\/", "tabs", "http:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/fr.wiktionary.org; object-src 'self'", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "translect.html" } } |