Buttercup

Browser extension for Buttercup

Τι είναι το Buttercup;

Το Buttercup είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://buttercup.pw, και η κύρια λειτουργία του είναι "Browser extension for Buttercup".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Buttercup

Λήψη αρχείων επέκτασης Buttercup σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Manage your online identities and credentials with Buttercup: An open-source, free and secure password manager. Buttercup uses the strongest industry techniques to encrypt and store your details in a variety of locations of your choosing. Use Dropbox, Google Drive or a WebDAV connection to remotely host your archive for high accessibility. You can also connect local files when using the Desktop application (background).

The extension also contains a full-featured vault editing interface so you can even use it as a standalone application. Manage your data using different item types (logins, websites, notes etc.) and even store securely-encrypted attachments (drag-and-drop files).

Buttercup's browser extension allows you to easily log in to all of your online profiles and sites, is extremely secure, is easy to use and completely free of charge. We collect no data about you or any activities you perform. Keep your master password safe as it is the only way to open your archive and access your credentials.

Newly detected logins will cause the extension to prompt you to save them - add all of your online authentication details to keep your accounts safe!                    

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

Όνομα Buttercup Buttercup
ID heflipieckodmcppbnembejjmabajjjj
Επίσημο URL https://chromewebstore.google.com/detail/buttercup/heflipieckodmcppbnembejjmabajjjj
Περιγραφή Browser extension for Buttercup
Μέγεθος Αρχείου 2.07 MB
Αριθμός Εγκαταστάσεων 4,436
Τρέχουσα Έκδοση 2.26.0
Τελευταία Ενημέρωση 2023-11-09
Ημερομηνία Δημοσίευσης 2020-07-02
Αξιολόγηση 3.96/5 Συνολικά 24 Αξιολογήσεις
Προγραμματιστής https://buttercup.pw
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://buttercup.pw
Διεύθυνση URL της Σελίδας Βοήθειας https://keybase.io/team/bcup
URL της Σελίδας Πολιτικής Απορρήτου https://buttercup.pw/privacy
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Buttercup",
    "description": "Browser extension for Buttercup",
    "version": "2.26.0",
    "applications": {
        "gecko": {
            "id": "{10e7d273-2e63-47c9-82af-76c45dc1b624}"
        }
    },
    "browser_action": {
        "default_icon": "resources\/buttercup-256.png",
        "default_popup": "popup.html#\/"
    },
    "icons": {
        "16": "resources\/buttercup-16.png",
        "48": "resources\/buttercup-48.png",
        "128": "resources\/buttercup-128.png",
        "256": "resources\/buttercup-256.png"
    },
    "background": {
        "scripts": [
            "background-vendors.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "tab.js"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "commands": {
        "login-with-first-credentials": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "Login using first matching credentials"
        }
    },
    "web_accessible_resources": [
        "dialog.html",
        "resources\/*",
        "assets\/*",
        "setup.html"
    ]
}