族語翻譯精靈 - sisil

將滑鼠指到的各族族語單詞翻譯成中文,按下空白鍵會開啟進階查詢。

What is 族語翻譯精靈 - sisil?

族語翻譯精靈 - sisil is a Chrome extension developed by 族語數位中心, and its main feature is "將滑鼠指到的各族族語單詞翻譯成中文,按下空白鍵會開啟進階查詢。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 族語翻譯精靈 - sisil Extension CRX File

Download 族語翻譯精靈 - sisil extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        啟動後,可以即時翻譯滑鼠指到的族語單詞。
記得在"選項"頁面中選擇您的族語方言別,才能正常的運作。
在"選項"頁面中可勾選查詢的教材或拖曳來改變順序,更改設定後請記得按下"儲存設定"按鈕。
在出現結果時按下空白鍵,會開啟進階查詢結果,可在此頁面觀看例句與聆聽音檔。                    

Extension Basic Information

Name 族語翻譯精靈 - sisil 族語翻譯精靈 - sisil
ID pokoaciaafmjdclngacflhfohladilak
Official URL https://chromewebstore.google.com/detail/%E6%97%8F%E8%AA%9E%E7%BF%BB%E8%AD%AF%E7%B2%BE%E9%9D%88-sisil/pokoaciaafmjdclngacflhfohladilak
Description 將滑鼠指到的各族族語單詞翻譯成中文,按下空白鍵會開啟進階查詢。
File Size 3.16 MB
Installation Count 3,399
Current Version 1.1.4
Last Updated 2021-08-14
Publish Date 2017-12-15
Rating 4.84/5 Total 31 Ratings
Developer 族語數位中心
Email [email protected]
Payment Type free
Extension Website http://web.klokah.tw/
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u65cf\u8a9e\u7ffb\u8b6f\u7cbe\u9748 - sisil",
    "version": "1.1.4",
    "description": "\u5c07\u6ed1\u9f20\u6307\u5230\u7684\u5404\u65cf\u65cf\u8a9e\u55ae\u8a5e\u7ffb\u8b6f\u6210\u4e2d\u6587\uff0c\u6309\u4e0b\u7a7a\u767d\u9375\u6703\u958b\u555f\u9032\u968e\u67e5\u8a62\u3002",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/ba.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.10.0.min.js",
                "rikaicontent.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "css\/popup.css"
    ]
}