葫芦 hulu - 常用工具包

词典、划词翻译、二维码、滚动截屏、拾色

What is 葫芦 hulu - 常用工具包?

葫芦 hulu - 常用工具包 is a Chrome extension developed by ginkosin, and its main feature is "词典、划词翻译、二维码、滚动截屏、拾色".

Extension Screenshots

screenshot
screenshot
screenshot

Download 葫芦 hulu - 常用工具包 Extension CRX File

Download 葫芦 hulu - 常用工具包 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

                        词典,划词翻译,二维码,滚动截屏,取色,常用功能N合一
(截屏和取色功能正在开发中)

更新日志:
- 1.1 增加词典输入建议                    

Extension Basic Information

Name 葫芦 hulu - 常用工具包 葫芦 hulu - 常用工具包
ID lcpacdngeaoedljdlojfmlochkmdhlma
Official URL https://chromewebstore.google.com/detail/%E8%91%AB%E8%8A%A6-hulu-%E5%B8%B8%E7%94%A8%E5%B7%A5%E5%85%B7%E5%8C%85/lcpacdngeaoedljdlojfmlochkmdhlma
Description 词典、划词翻译、二维码、滚动截屏、拾色
File Size 122 KB
Installation Count 204
Current Version 1.1
Last Updated 2021-05-20
Publish Date 2020-10-20
Rating 4.50/5 Total 2 Ratings
Developer ginkosin
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u846b\u82a6 hulu - \u5e38\u7528\u5de5\u5177\u5305",
    "description": "\u8bcd\u5178\u3001\u5212\u8bcd\u7ffb\u8bd1\u3001\u4e8c\u7ef4\u7801\u3001\u6eda\u52a8\u622a\u5c4f\u3001\u62fe\u8272",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "images\/icon48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "dict.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/dict.youdao.com\/",
        "https:\/\/dsuggest.ydstatic.com\/"
    ]
}