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.

Τι είναι το Mozilla Firefox Browser - Safe and fast;

Το Mozilla Firefox Browser - Safe and fast είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Open With, και η κύρια λειτουργία του είναι "Open page, link or all current tabs in Firefox browser by left clicking or right clicking on context menu.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Mozilla Firefox Browser - Safe and fast

Λήψη αρχείων επέκτασης Mozilla Firefox Browser - Safe and fast σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Mozilla Firefox Browser - Safe and fast Mozilla Firefox Browser - Safe and fast
ID pnhcpldnkhefbmkmlaejcllndaoeloll
Επίσημο URL https://chrome.google.com/webstore/detail/mozilla-firefox-browser-s/pnhcpldnkhefbmkmlaejcllndaoeloll
Περιγραφή Open page, link or all current tabs in Firefox browser by left clicking or right clicking on context menu.
Μέγεθος Αρχείου 199 KB
Αριθμός Εγκαταστάσεων 2,000
Τρέχουσα Έκδοση 0.3
Τελευταία Ενημέρωση 2021-04-28
Ημερομηνία Δημοσίευσης 2021-03-30
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Open With
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://borwi.com/open-in/
Διεύθυνση URL της Σελίδας Βοήθειας https://borwi.com/contact/
Υποστηριζόμενες Γλώσσες 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\/"
}