Browser Tamer

Integrates Browser Tamer with Chromium based browsers. Windows only.

What is Browser Tamer?

Browser Tamer is a Chrome extension developed by https://aloneguid.uk, and its main feature is "Integrates Browser Tamer with Chromium based browsers. Windows only.".

Extension Screenshots

screenshot

Download Browser Tamer Extension CRX File

Download Browser Tamer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Provides integration with Browser Tamer (a smarter default browser for Windows).

Quick access Browser Tamer via a button in the Chrome/Chromium toolbar so you can send the page you are looking at to another browser.

Also adds a context menu item to links, so each link can be sent to Brower Tamer.                    

Extension Basic Information

Name Browser Tamer Browser Tamer
ID oggcljknmiiomjekepdoindjcpnpglnd
Official URL https://chromewebstore.google.com/detail/browser-tamer/oggcljknmiiomjekepdoindjcpnpglnd
Description Integrates Browser Tamer with Chromium based browsers. Windows only.
File Size 55.91 KB
Installation Count 181
Current Version 1.3
Last Updated 2023-08-17
Publish Date 2022-03-21
Rating 5.00/5 Total 1 Ratings
Developer https://aloneguid.uk
Email [email protected]
Payment Type free
Extension Website https://www.aloneguid.uk/projects/bt/
Help Page URL https://github.com/aloneguid/bt
Privacy Policy Page URL https://www.aloneguid.uk/legal/bt-pp
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browser Tamer",
    "version": "1.3",
    "manifest_version": 3,
    "description": "Integrates Browser Tamer with Chromium based browsers. Windows only.",
    "icons": {
        "16": "icons\/icon16x16.png",
        "48": "icons\/icon48x48.png",
        "128": "icons\/icon128x128.png",
        "192": "icons\/icon192x192.png",
        "256": "icons\/icon256x256.png"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Open with Browser Tamer"
    }
}