Regex Search with Jaum (초성검색)

웹사이트 상에서 한글 초성으로 검색하기. 작동하지 않으면 브라우저를 껐다 켜보세요. 설치한 뒤 Alt+Shift+F 를 누르거나 오른쪽 상단의 아이콘을 클릭하면 검색할 수 있습니다. 'Jaum (초성)' 체크박스를 체크하면 초성 검색…

Regex Search with Jaum (초성검색)とは何ですか?

Regex Search with Jaum (초성검색)はblukat29によって開発されたChromeの拡張機能で、その主な機能は「웹사이트 상에서 한글 초성으로 검색하기. 작동하지 않으면 브라우저를 껐다 켜보세요. 설치한 뒤 Alt+Shift+F 를 누르거나 오른쪽 상단의 아이콘을 클릭하면 검색할 수 있습니다. 'Jaum (초성)' 체크박스를 체크하면 초성 검색…」です。

拡張機能のスクリーンショット

screenshot

Regex Search with Jaum (초성검색)拡張機能のCRXファイルをダウンロード

Regex Search with Jaum (초성검색)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        웹사이트 상에서 한글 초성으로 검색하기.
작동하지 않으면 브라우저를 껐다 켜보세요.

설치한 뒤 Alt+Shift+F 를 누르거나 오른쪽 상단의 아이콘을 클릭하면 검색할 수 있습니다.
'Jaum (초성)' 체크박스를 체크하면 초성 검색 기능을 사용할 수 있습니다.

"Regex Search" 확장프로그램에 한글 초성검색 기능을 추가했습니다.                    

拡張機能の基本情報

名前 Regex Search with Jaum (초성검색) Regex Search with Jaum (초성검색)
ID daojlpmgecijlfpnfhochgdlhhdkpnef
公式URL https://chromewebstore.google.com/detail/regex-search-with-jaum-%EC%B4%88%EC%84%B1/daojlpmgecijlfpnfhochgdlhhdkpnef
説明 웹사이트 상에서 한글 초성으로 검색하기. 작동하지 않으면 브라우저를 껐다 켜보세요. 설치한 뒤 Alt+Shift+F 를 누르거나 오른쪽 상단의 아이콘을 클릭하면 검색할 수 있습니다. 'Jaum (초성)' 체크박스를 체크하면 초성 검색…
ファイルサイズ 54.72 KB
インストール数 89
現在のバージョン 1.8
最終更新日 2017-01-16
公開日 2017-01-16
評価 5.00/5 合計 2 レビュー
開発者 blukat29
支払い方法 free
拡張機能のウェブサイト https://github.com/blukat29/regex-search
対応言語 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Regex Search with Jaum (\ucd08\uc131\uac80\uc0c9)",
    "version": "1.8",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "css": [
                "content\/content.css"
            ],
            "js": [
                "content\/jquery.min.js",
                "content\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "options_page": "options\/options.html",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "commands": {
        "next": {
            "suggested_key": {
                "default": "Alt+Shift+N"
            },
            "description": "Go to the next search result"
        },
        "prev": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            },
            "description": "Go to the previous search result"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+F"
            }
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}