Booster PRO

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

Co to jest Booster PRO?

Booster PRO to rozszerzenie Chrome opracowane przez slm, a jego główną funkcją jest „Boost productivity in Chrome by opening selected text in different search engines and other features.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Booster PRO

Pobierz pliki rozszerzeń Booster PRO w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Booster PRO Booster PRO
ID cchabfoffpiiknnogkloipdphddajgdf
Oficjalny URL https://chrome.google.com/webstore/detail/booster-pro/cchabfoffpiiknnogkloipdphddajgdf
Opis Boost productivity in Chrome by opening selected text in different search engines and other features.
Rozmiar pliku 207 KB
Liczba instalacji 396
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2015-10-08
Data Publikacji 2015-10-08
Ocena 4.14/5 Łącznie 7 Oceny
Deweloper slm
Typ Płatności free
Obsługiwane Języki 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"
    }
}