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.

Cos'è Mozilla Firefox Browser - Safe and fast?

Mozilla Firefox Browser - Safe and fast è un'estensione di Chrome sviluppata da Open With, e la sua funzione principale è "Open page, link or all current tabs in Firefox browser by left clicking or right clicking on context menu.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Mozilla Firefox Browser - Safe and fast

Scarica i file di estensione Mozilla Firefox Browser - Safe and fast in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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. .                    

Informazioni di Base sull'Estensione

Nome Mozilla Firefox Browser - Safe and fast Mozilla Firefox Browser - Safe and fast
ID pnhcpldnkhefbmkmlaejcllndaoeloll
URL Ufficiale https://chrome.google.com/webstore/detail/mozilla-firefox-browser-s/pnhcpldnkhefbmkmlaejcllndaoeloll
Descrizione Open page, link or all current tabs in Firefox browser by left clicking or right clicking on context menu.
Dimensione del File 199 KB
Conteggio Installazioni 2,000
Versione Corrente 0.3
Ultimo Aggiornamento 2021-04-28
Data di Pubblicazione 2021-03-30
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Open With
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://borwi.com/open-in/
URL della Pagina di Aiuto https://borwi.com/contact/
Lingue Supportate 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\/"
}