Booster PRO

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

Cos'è Booster PRO?

Booster PRO è un'estensione di Chrome sviluppata da slm, e la sua funzione principale è "Boost productivity in Chrome by opening selected text in different search engines and other features.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Booster PRO

Scarica i file di estensione Booster PRO in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Booster PRO Booster PRO
ID cchabfoffpiiknnogkloipdphddajgdf
URL Ufficiale https://chrome.google.com/webstore/detail/booster-pro/cchabfoffpiiknnogkloipdphddajgdf
Descrizione Boost productivity in Chrome by opening selected text in different search engines and other features.
Dimensione del File 207 KB
Conteggio Installazioni 396
Versione Corrente 1.1
Ultimo Aggiornamento 2015-10-08
Data di Pubblicazione 2015-10-08
Valutazione 4.14/5 Totale 7 Valutazioni
Sviluppatore slm
Tipo di Pagamento free
Lingue Supportate 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"
    }
}