メニューからWeblio検索

右クリックで開くコンテキストメニューから、Weblioで現在の選択範囲を検索する拡張機能

What is メニューからWeblio検索?

メニューからWeblio検索 is a Chrome extension developed by nju33, and its main feature is "右クリックで開くコンテキストメニューから、Weblioで現在の選択範囲を検索する拡張機能".

Extension Screenshots

screenshot
screenshot

Download メニューからWeblio検索 Extension CRX File

Download メニューからWeblio検索 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

                        -*-*-
更新
2.0.0 | 公開 | 2017.4
新しいタブで検索する他にポップアップで検索できるようになりました。

1.0.0 | 公開

-*-*-
使い方
選択して右クリック→「選択範囲をWeblioで検索」をクリックで検索

-*-*-
Github
https://github.com/totora0155/menu-kara-weblio-kensaku

-*-*-
記事
http://totora0155.hatenablog.jp/entry/chrome-extension-menu-kara-weblio-kensaku                    

Extension Basic Information

Name メニューからWeblio検索 メニューからWeblio検索
ID kigobjdpbncjaefgkmaihpdmommfedan
Official URL https://chrome.google.com/webstore/detail/%E3%83%A1%E3%83%8B%E3%83%A5%E3%83%BC%E3%81%8B%E3%82%89weblio%E6%A4%9C%E7%B4%A2/kigobjdpbncjaefgkmaihpdmommfedan
Description 右クリックで開くコンテキストメニューから、Weblioで現在の選択範囲を検索する拡張機能
File Size 14.04 KB
Installation Count 602
Current Version 2.0.1
Last Updated 2017-04-26
Publish Date 2017-04-26
Rating 5.00/5 Total 1 Ratings
Developer nju33
Email [email protected]
Payment Type free
Extension Website https://github.com/nju33/chrome-menu-kara-weblio-kensaku
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.0.1",
    "default_locale": "ja",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        ""
    ],
    "icons": {
        "16": "icon\/icon_16.png",
        "128": "icon\/icon_128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "option.html",
        "chrome_style": true
    }
}