Little-Dictionary 小字典

簡單小巧的字典工具,圈選->右鍵點擊->查詢,pdf也適用。

What is Little-Dictionary 小字典?

Little-Dictionary 小字典 is a Chrome extension developed by lalagrass, and its main feature is "簡單小巧的字典工具,圈選->右鍵點擊->查詢,pdf也適用。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Little-Dictionary 小字典 Extension CRX File

Download Little-Dictionary 小字典 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

                        Little-Dictionary 小字典,是一個簡單的字典工具。透過"圈選->右鍵點擊->查詢",即可在通知欄內看見所查詢的英文單字。

功能:
1. pdf瀏覽過程中亦可使用小字典
2. 自動發音
3. 點擊通知欄可自動連結到完整的線上字典
4. 點擊小圖示可以顯示歷史紀錄,方便協助記憶。                    

Extension Basic Information

Name Little-Dictionary 小字典 Little-Dictionary 小字典
ID nekdehphhapfjmpjghpcifeoaamppcnj
Official URL https://chromewebstore.google.com/detail/little-dictionary-%E5%B0%8F%E5%AD%97%E5%85%B8/nekdehphhapfjmpjghpcifeoaamppcnj
Description 簡單小巧的字典工具,圈選->右鍵點擊->查詢,pdf也適用。
File Size 38.88 KB
Installation Count 1,098
Current Version 1.6.4
Last Updated 2017-02-08
Publish Date 2017-02-08
Rating 4.00/5 Total 5 Ratings
Developer lalagrass
Email [email protected]
Payment Type free
Extension Website https://www.facebook.com/lalagrassApps/
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Little-Dictionary \u5c0f\u5b57\u5178",
    "version": "1.6.4",
    "description": "\u7c21\u55ae\u5c0f\u5de7\u7684\u5b57\u5178\u5de5\u5177\uff0c\u5708\u9078->\u53f3\u9375\u9ede\u64ca->\u67e5\u8a62\uff0cpdf\u4e5f\u9069\u7528\u3002",
    "permissions": [
        "",
        "tts",
        "notifications",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-48.png",
        "default_title": "Little Dictionary",
        "default_popup": "options.html"
    },
    "minimum_chrome_version": "14",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png",
        "256": "icon-256.png"
    },
    "manifest_version": 2
}