Tyda
Enables translation search directly from a text selection.
Tyda क्या है?
Tyda Tim Brandin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables translation search directly from a text selection."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tyda एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Translate and define words directly in Tyda from a text selection in page. Version 0.2: Added history searches in the popup window. Version 0.3: Now fully translated to english and new screenshots added. Version 0.3.1: Uppdated for the new search urls at tyda.se/search
एक्सटेंशन की मूल जानकारी
नाम | Tyda |
ID | jfpknileagbhhhmmkbadkiecgjcbpfpk |
आधिकारिक URL | https://chromewebstore.google.com/detail/tyda/jfpknileagbhhhmmkbadkiecgjcbpfpk |
विवरण | Enables translation search directly from a text selection. |
फ़ाइल का आकार | 13.24 KB |
स्थापना संख्या | 779 |
वर्तमान संस्करण | 0.3.1 |
अंतिम अपडेट | 2014-04-17 |
प्रकाशन तिथि | 2014-04-17 |
रेटिंग | 4.77/5 कुल 13 रेटिंग्स |
डेवलपर | Tim Brandin |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://tyda.se |
सहायता पृष्ठ URL | http://sypreme.se |
समर्थित भाषाएँ | en,sv |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Din s\u00f6khistorik" }, "content_security_policy": "default-src 'self'", "default_locale": "sv", "description": "__MSG_extDesc__", "icons": { "128": "icon-large.png", "16": "icon-pitty.png", "48": "icon-small.png" }, "manifest_version": 2, "name": "__MSG_extName__", "permissions": [ "contextMenus" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.3.1" } |