Hans, Icelandic assistant
Aims to make learning Icelandic easier. Hans is the dependable Icelandic assistant in Jules Verne's "Voyage au centre de la Terre"
Hans, Icelandic assistant क्या है?
Hans, Icelandic assistant yves.monier.developer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Aims to make learning Icelandic easier. Hans is the dependable Icelandic assistant in Jules Verne's "Voyage au centre de la Terre""।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hans, Icelandic assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Hans works as a sidebar for Icelandic websites (*.is). It displays grammatical analysis and dictionary lookup of the selected word, gracefully provided by http://bin.arnastofnun.is/leit and http://digicoll.library.wisc.edu/IcelOnline/Search.TEId.html. - Clicking on a Bín/digicoll icon in the sidebar displays the corresponding Bín/digicoll original page in an iframe, without leaving the current page. - Once a word is selected, pressing the left/right arrows displays information about the previous/next word in the text.
एक्सटेंशन की मूल जानकारी
नाम | Hans, Icelandic assistant |
ID | jdbencehhelbjgicnpgjjbngoijkigjl |
आधिकारिक URL | https://chromewebstore.google.com/detail/hans-icelandic-assistant/jdbencehhelbjgicnpgjjbngoijkigjl |
विवरण | Aims to make learning Icelandic easier. Hans is the dependable Icelandic assistant in Jules Verne's "Voyage au centre de la Terre" |
फ़ाइल का आकार | 326 KB |
स्थापना संख्या | 16 |
वर्तमान संस्करण | 1.3.1 |
अंतिम अपडेट | 2023-11-24 |
प्रकाशन तिथि | 2020-01-22 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | yves.monier.developer |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hans, Icelandic assistant", "short_name": "Hans", "version": "1.3.1", "author": "Yves Monier", "description": "Aims to make learning Icelandic easier. Hans is the dependable Icelandic assistant in Jules Verne's \"Voyage au centre de la Terre\"", "permissions": [ "tabs" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/flag16.png", "32": "images\/flag32.png", "48": "images\/flag48.png", "128": "images\/flag128.png" } }, "options_page": "options.html", "icons": { "16": "images\/flag16.png", "32": "images\/flag32.png", "48": "images\/flag48.png", "128": "images\/flag128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.is\/*", "https:\/\/*.is\/*", "https:\/\/icelandiconline.com\/*", "https:\/\/www.facebook.com\/groups\/PracticeLearnIcelandic\/*", "https:\/\/www.clozemaster.com\/l\/isl-*" ], "css": [ "content.css" ], "js": [ "jquery-2.2.4.min.js", "content.js" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ { "resources": [ "\/popup.html", "\/assistant.html" ], "matches": [ "http:\/\/*.is\/*", "https:\/\/*.is\/*", "https:\/\/icelandiconline.com\/*", "https:\/\/www.facebook.com\/*", "https:\/\/www.clozemaster.com\/*" ] } ], "manifest_version": 3 } |