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.

Qu'est-ce que Mozilla Firefox Browser - Safe and fast ?

Mozilla Firefox Browser - Safe and fast est une extension Chrome développée par Open With, et sa fonction principale est "Open page, link or all current tabs in Firefox browser by left clicking or right clicking on context menu.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mozilla Firefox Browser - Safe and fast

Téléchargez les fichiers d'extension Mozilla Firefox Browser - Safe and fast au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Mozilla Firefox Browser - Safe and fast Mozilla Firefox Browser - Safe and fast
ID pnhcpldnkhefbmkmlaejcllndaoeloll
URL Officiel https://chrome.google.com/webstore/detail/mozilla-firefox-browser-s/pnhcpldnkhefbmkmlaejcllndaoeloll
Description Open page, link or all current tabs in Firefox browser by left clicking or right clicking on context menu.
Taille du Fichier 199 KB
Nombre d'Installations 2,000
Version Actuelle 0.3
Dernière Mise à Jour 2021-04-28
Date de Publication 2021-03-30
Évaluation 5.00/5 Total 1 Évaluations
Développeur Open With
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://borwi.com/open-in/
URL de la Page d'Aide https://borwi.com/contact/
Langues Prises en Charge 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\/"
}