优优查字

划选查释义百科古诗文,一键保存小程序,随时学习,记忆曲线复习,并可导出打印。

What is 优优查字?

优优查字 is a Chrome extension developed by 观复软件, and its main feature is "划选查释义百科古诗文,一键保存小程序,随时学习,记忆曲线复习,并可导出打印。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download 优优查字 Extension CRX File

Download 优优查字 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

                        整合多部权威英文词典单词,6万+汉字,60万+词语,几百种音效,40万+古诗词,10万+动植物,50万+文物素材等基础数据,帮助您轻松创建自己的有声卡片知识库。                    

Extension Basic Information

Name 优优查字 优优查字
ID heebegmceiikjencoakfohhemfioplpo
Official URL https://chromewebstore.google.com/detail/%E4%BC%98%E4%BC%98%E6%9F%A5%E5%AD%97/heebegmceiikjencoakfohhemfioplpo
Description 划选查释义百科古诗文,一键保存小程序,随时学习,记忆曲线复习,并可导出打印。
File Size 800 KB
Installation Count 82
Current Version 1.2.5
Last Updated 2022-11-03
Publish Date 2020-09-25
Rating 5.00/5 Total 1 Ratings
Developer 观复软件
Email [email protected]
Payment Type free
Extension Website https://help.youyoushizi.com
Privacy Policy Page URL https://help.youyoushizi.com/priv.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u4f18\u4f18\u67e5\u5b57",
    "version": "1.2.5",
    "description": "\u5212\u9009\u67e5\u91ca\u4e49\u767e\u79d1\u53e4\u8bd7\u6587\uff0c\u4e00\u952e\u4fdd\u5b58\u5c0f\u7a0b\u5e8f\uff0c\u968f\u65f6\u5b66\u4e60\uff0c\u8bb0\u5fc6\u66f2\u7ebf\u590d\u4e60\uff0c\u5e76\u53ef\u5bfc\u51fa\u6253\u5370\u3002",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "notifications"
    ],
    "options_page": "options.html",
    "background": {
        "persistent": true,
        "scripts": [
            "public\/js\/jquery-3.6.0.min.js",
            "public\/js\/md5.min.js",
            "public\/js\/utility.min.js",
            "public\/js\/background.min.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "public\/css\/inPage.min.css"
            ],
            "js": [
                "public\/js\/jquery-3.6.0.min.js",
                "public\/js\/utility.min.js",
                "public\/js\/selection.min.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icons\/icon32.png",
            "16": "icons\/icon16.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    }
}