Booster PRO

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

Hvad er Booster PRO?

Booster PRO er en Chrome-udvidelse udviklet af slm, og dens hovedfunktion er "Boost productivity in Chrome by opening selected text in different search engines and other features.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Booster PRO-udvidelses-CRX-fil

Download Booster PRO-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Booster PRO Booster PRO
ID cchabfoffpiiknnogkloipdphddajgdf
Officiel URL https://chrome.google.com/webstore/detail/booster-pro/cchabfoffpiiknnogkloipdphddajgdf
Beskrivelse Boost productivity in Chrome by opening selected text in different search engines and other features.
Filstørrelse 207 KB
Antal Installationer 396
Nuværende Version 1.1
Senest Opdateret 2015-10-08
Udgivelsesdato 2015-10-08
Bedømmelse 4.14/5 Samlet 7 Bedømmelser
Udvikler slm
Betalingsmetode free
Understøttede Sprog 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"
    }
}