Booster PRO

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

Apa itu Booster PRO?

Booster PRO adalah ekstensi Chrome yang dikembangkan oleh slm, dan fitur utamanya adalah "Boost productivity in Chrome by opening selected text in different search engines and other features.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Booster PRO

Unduh file ekstensi Booster PRO dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Booster PRO Booster PRO
ID cchabfoffpiiknnogkloipdphddajgdf
URL Resmi https://chrome.google.com/webstore/detail/booster-pro/cchabfoffpiiknnogkloipdphddajgdf
Deskripsi Boost productivity in Chrome by opening selected text in different search engines and other features.
Ukuran File 207 KB
Jumlah Instalasi 396
Versi Saat Ini 1.1
Terakhir Diperbarui 2015-10-08
Tanggal Publikasi 2015-10-08
Penilaian 4.14/5 Total 7 Penilaian
Pengembang slm
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}