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.

Was ist Mozilla Firefox Browser - Safe and fast?

Mozilla Firefox Browser - Safe and fast ist eine Chrome-Erweiterung, die von Open With entwickelt wurde, und ihr Hauptmerkmal ist "Open page, link or all current tabs in Firefox browser by left clicking or right clicking on context menu.".

Erweiterungsscreenshots

screenshot

Mozilla Firefox Browser - Safe and fast-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mozilla Firefox Browser - Safe and fast-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Mozilla Firefox Browser - Safe and fast Mozilla Firefox Browser - Safe and fast
ID pnhcpldnkhefbmkmlaejcllndaoeloll
Offizielle URL https://chrome.google.com/webstore/detail/mozilla-firefox-browser-s/pnhcpldnkhefbmkmlaejcllndaoeloll
Beschreibung Open page, link or all current tabs in Firefox browser by left clicking or right clicking on context menu.
Dateigröße 199 KB
Installationsanzahl 2,000
Aktuelle Version 0.3
Letztes Update 2021-04-28
Veröffentlichungsdatum 2021-03-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Open With
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://borwi.com/open-in/
Hilfeseite URL https://borwi.com/contact/
Unterstützte Sprachen 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\/"
}