Booster PRO

Boost productivity in Chrome by opening selected text in different search engines and other features.

¿Qué es Booster PRO?

Booster PRO es una extensión de Chrome desarrollada por slm, y su función principal es "Boost productivity in Chrome by opening selected text in different search engines and other features.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Booster PRO

Descarga archivos de extensión Booster PRO en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        BOOSTER PRO is a brand new selection search tool with awesome additional features! 

In the Context menu tab you can manually add menus to your right-click context menu to search for selected text in different search engines, make sure you change the search query with either SELECTION or the usual %s. The order of the search engines in the right-click menu can be rearranged by dragging and dropping the menus. There is also a check-box for hiding and displaying menus at a given time. The red button with dash allows you to remove menus. You can set your current setting as default  by clicking the Make default, and load anytime by clicking Load default.

The Bookmarks tab includes links to some of the most popular websites as well as a check-box to add them to a right-click menu to search selected text in them. Four of the most popular websites for general search, news, social media, shopping, audio&video and other websites are just 2 clicks away. We'll make the bookmarks menu editable so you can change it to your tailored needs in the future!

To add new search engines that are not the Bookmarks list simply enter New menu name and URL with SELECTION in place of query.

From the Options menu you can select additional features to boost your productivity. The search results for your selection are shown in a new tab or open in a background tab. The keyboard shortcut menu allows you add a shortcut to close all tabs right to the active tab. Go ahead and try it out! Default shortcut is CTRL + Shift D. You can also Pin and close all tabs. Gone are the days of too much clicking!

Stay tuned, we'll be adding new awesome features soon! Please make sure to rate the extension and give us  feedback in the comments. If you like this add, recommend it to your friends!                    

Información Básica de la Extensión

Nombre Booster PRO Booster PRO
ID cchabfoffpiiknnogkloipdphddajgdf
URL Oficial https://chrome.google.com/webstore/detail/booster-pro/cchabfoffpiiknnogkloipdphddajgdf
Descripción Boost productivity in Chrome by opening selected text in different search engines and other features.
Tamaño del Archivo 207 KB
Cantidad de Instalaciones 396
Versión Actual 1.1
Última Actualización 2015-10-08
Fecha de Publicación 2015-10-08
Calificación 4.14/5 Total de 7 Calificaciones
Desarrollador slm
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Booster PRO",
    "homepage_url": "http:\/\/www.desstec.com",
    "description": "Boost productivity in Chrome by opening selected text in different search engines and other features.",
    "version": "1.1",
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "clipboardRead",
        "clipboardWrite",
        ""
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            ".\/js\/getset.js",
            ".\/js\/menulinks.js",
            ".\/js\/shortcuts.js",
            ".\/js\/search.js"
        ]
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "commands": {
        "close-right-tabs": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "Close Tabs to the Right",
            "global": true
        },
        "close-other-tabs": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "Close Other Tabs",
            "global": true
        },
        "toggle-pin": {
            "suggested_key": {
                "default": "Ctrl+Shift+A"
            },
            "description": "Pin Tab",
            "global": true
        }
    },
    "browser_action": {
        "default_icon": "images\/16.png",
        "default_title": "Booster PRO",
        "default_popup": "options.html"
    }
}