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 là gì?

Hans, Icelandic assistant là một tiện ích mở rộng Chrome được phát triển bởi yves.monier.developer, và tính năng chính của nó là "Aims to make learning Icelandic easier. Hans is the dependable Icelandic assistant in Jules Verne's "Voyage au centre de la Terre"".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hans, Icelandic assistant

Tải xuống các tệp mở rộng Hans, Icelandic assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hans, Icelandic assistant Hans, Icelandic assistant
ID jdbencehhelbjgicnpgjjbngoijkigjl
URL Chính Thức https://chromewebstore.google.com/detail/hans-icelandic-assistant/jdbencehhelbjgicnpgjjbngoijkigjl
Mô tả Aims to make learning Icelandic easier. Hans is the dependable Icelandic assistant in Jules Verne's "Voyage au centre de la Terre"
Kích Thước Tệp 326 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2023-11-24
Ngày Phát Hành 2020-01-22
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển yves.monier.developer
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}