Mozilla Firefox Browser - Safe and fast

Open page, link or all current tabs in Firefox browser by left clicking or right clicking on context menu.

O que é Mozilla Firefox Browser - Safe and fast?

Mozilla Firefox Browser - Safe and fast é uma extensão do Chrome desenvolvida por Open With, e sua principal característica é "Open page, link or all current tabs in Firefox browser by left clicking or right clicking on context menu.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Mozilla Firefox Browser - Safe and fast

Baixe arquivos de extensão Mozilla Firefox Browser - Safe and fast no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        This extension allows you to open tabs or links from default browser to Firefox with just one click of the icon. This extension will help reduce the time it takes to switch between the two browsers to optimize your time and work.

Note: For this extension to work, you need to download and install the native application (Firefox browser) on your device and follow the installation instructions in our instructions tab. .                    

Informações Básicas da Extensão

Nome Mozilla Firefox Browser - Safe and fast Mozilla Firefox Browser - Safe and fast
ID pnhcpldnkhefbmkmlaejcllndaoeloll
URL Oficial https://chrome.google.com/webstore/detail/mozilla-firefox-browser-s/pnhcpldnkhefbmkmlaejcllndaoeloll
Descrição Open page, link or all current tabs in Firefox browser by left clicking or right clicking on context menu.
Tamanho do Arquivo 199 KB
Contagem de Instalações 2,000
Versão Atual 0.3
Última Atualização 2021-04-28
Data de Publicação 2021-03-30
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Open With
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://borwi.com/open-in/
URL da Página de Ajuda https://borwi.com/contact/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mozilla Firefox Browser - Safe and fast",
    "description": "Open page, link or all current tabs in Firefox browser by left clicking or right clicking on context menu.",
    "version": "0.3",
    "manifest_version": 2,
    "optional_permissions": [
        "downloads"
    ],
    "storage": {
        "managed_schema": "managed.json"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "nativeMessaging"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "data\/inject.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "browser_action": [],
    "options_ui": {
        "chrome_style": true,
        "page": "data\/options\/index.html",
        "open_in_tab": true
    },
    "homepage_url": "http:\/\/borwi.com\/open-in\/"
}