Gblog Search

Gblog Search

Gblog Search란 무엇입니까?

Gblog Search은(는) Gblog Gsocial에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gblog Search"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Gblog Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Gblog Search with Playlist helps you search more, faster! Gblog Search makes searching multiple search engines and multiple search terms a breeze. You can also search directly from omnibox and from context menu for even quicker results.

Use Batch Search mode to query one search engine with multiple search terms. Enter a list of search terms and get search results in Playlist in one tab, OR launch search results in separate tabs at once for instant access.

Use Smart Search and Multi Search modes to get results from multiple search engines.

Smart Search mode: query multiple search engines in Playlist in one tab.

Multi Search mode: enter a search term, select search engines, and get results from multiple search engines in separate tabs at once.

Gblog Search comes with 10 popular search engines. You can further expand Gblog Search by adding your own favorite search engines.

Add Gblog Search with Playlist to your browser and power up your web search.                    

확장 프로그램 기본 정보

이름 Gblog Search Gblog Search
ID lelmonbamhpkgnieodpmnpaijmebjanb
공식 URL https://chrome.google.com/webstore/detail/gblog-search/lelmonbamhpkgnieodpmnpaijmebjanb
설명 Gblog Search
파일 크기 198 KB
설치 횟수 25
현재 버전 1.0.14.603
최근 업데이트 2014-07-20
출시 날짜 2014-07-20
개발자 Gblog Gsocial
결제 유형 free
확장 프로그램 웹 사이트 http://gblog.com
도움말 페이지 URL http://gblog.com/playlist/search.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gblog Search",
    "version": "1.0.14.603",
    "manifest_version": 2,
    "description": "Gblog Search",
    "omnibox": {
        "keyword": "gblog"
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_title": "Gblog Search",
        "default_icon": "images\/19.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "global.js",
            "menu.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "images\/bg_blank_1px.png",
        "images\/light.png",
        "images\/tab_play.png",
        "images\/iconbg_1_0.png",
        "images\/iconbg_1_1.png",
        "images\/iconbg_2_0.png",
        "images\/iconbg_2_1.png",
        "images\/iconbg_3_0.png",
        "images\/iconbg_3_1.png",
        "images\/iconbg_4_0.png",
        "images\/iconbg_4_1.png",
        "images\/iconbg_5_0.png",
        "images\/iconbg_5_1.png",
        "images\/iconbg_6_0.png",
        "images\/iconbg_6_1.png",
        "images\/iconbg_7_0.png",
        "images\/iconbg_7_1.png",
        "images\/iconbg_8_0.png",
        "images\/iconbg_8_1.png"
    ]
}