Genie Multisearch

An extension to search multiple websites fast for Word research

什么是Genie Multisearch?

Genie Multisearch是由Jasnan TP开发的Chrome扩展程序,该扩展的主要功能是“An extension to search multiple websites fast for Word research”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Genie Multisearch扩展crx文件

下载Genie Multisearch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Genie Multisearch will help you to search multiple websites fast thus speed up your word research.

This search extension asks you “Which word do you want to look up?” and "Which language are you learning?", then in 3 seconds, you have a Google Images tab for the word, a Forvo.com recording, a bilingual dictionary entry and a monolingual dictionary entry. Magic!

Genie Multisearch comes with a preset of language resources for a number of languages. The extension will open tabs based on the default language resource settings however you can customize (add/edit/remove) these from options page.

You can also search for any word using Genie by right clicking upon a word, and select your target language from the context menu.                    

扩展基本信息

名称 Genie Multisearch Genie Multisearch
ID bpcnkekccfaabbocmidlnbfbgidpeiki
官方URL https://chromewebstore.google.com/detail/genie-multisearch/bpcnkekccfaabbocmidlnbfbgidpeiki
简介 An extension to search multiple websites fast for Word research
文件大小 197 KB
安装次数 121
当前版本 1.0.0
更新时间 2019-03-15
上架时间 2019-03-15
评分 4.00/5 共4次评分
开发者 Jasnan TP
付费类型 free
扩展官网 https://github.com/Jasnan/genie-multisearch
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "assets\/images\/icon-38.png",
        "128": "assets\/images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "views\/index.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/images\/icon-38.png",
            "38": "assets\/images\/icon-38.png"
        },
        "default_title": "Genie Multisearch",
        "default_popup": "views\/popup.html"
    },
    "options_page": "views\/options.html",
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}