Cicero: an Italian to English Dictionary
Italian to English dictionary for reading Italian in your browser.
Cicero: an Italian to English Dictionary क्या है?
Cicero: an Italian to English Dictionary kellylougheed द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Italian to English dictionary for reading Italian in your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cicero: an Italian to English Dictionary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Learning Italian? Tired of reading Italian in your browser and then switching to another window for your dictionary? Have your Italian-to-English dictionary in the very same window with this browser extension! Read Italian and look up words at the same time without leaving your page. Grammar help and Italian definitions also provided when available.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | icmiokglnmhdllhbkcmpclfdhgodjgkc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/cicero-an-italian-to-engl/icmiokglnmhdllhbkcmpclfdhgodjgkc |
विवरण | Italian to English dictionary for reading Italian in your browser. |
फ़ाइल का आकार | 8.54 KB |
स्थापना संख्या | 106 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2017-06-26 |
प्रकाशन तिथि | 2017-06-26 |
रेटिंग | 1.00/5 कुल 2 रेटिंग्स |
डेवलपर | kellylougheed |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cicero: an Italian to English Dictionary", "short_name": "Cicero", "description": "Italian to English dictionary for reading Italian in your browser.", "author": "Kelly Lougheed", "version": "1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "*:\/\/*.glosbe.com\/*" ], "browser_action": { "default_title": "", "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |