Gblog Search

Gblog Search

What is Gblog Search?

Gblog Search is a Chrome extension developed by Gblog Gsocial, and its main feature is "Gblog Search".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Gblog Search Extension CRX File

Download Gblog Search 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

                        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.                    

Extension Basic Information

Name Gblog Search Gblog Search
ID lelmonbamhpkgnieodpmnpaijmebjanb
Official URL https://chrome.google.com/webstore/detail/gblog-search/lelmonbamhpkgnieodpmnpaijmebjanb
Description Gblog Search
File Size 198 KB
Installation Count 25
Current Version 1.0.14.603
Last Updated 2014-07-20
Publish Date 2014-07-20
Developer Gblog Gsocial
Payment Type free
Extension Website http://gblog.com
Help Page URL http://gblog.com/playlist/search.html
Supported Languages 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"
    ]
}