Xtra clipboard

A clipboard utlity tool for productivity

Τι είναι το Xtra clipboard;

Το Xtra clipboard είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://xtra-clipboard.com, και η κύρια λειτουργία του είναι "A clipboard utlity tool for productivity".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Xtra Clipboard extension is very helpful in managing the contents of your copied clipboard.

Our extension seamlessly tracks "user activity of copying data" and stores it locally, so that if the user needs access to any of the previously copied content, then the user could access our extension.

Some of the prominent features would be,

- Not just "mere" Copy and Paste but also manage the copied clipboard contents like a "Pro".
- Got any content which the user loved the most and shouldn't be recycled, then we've got covered that as well with the "Mark as Favourite" feature.
- Intelligent "Search" feature which retrieves the contents based on keywords.
- Bulk removal of clipboard contents in-case the user decides that copied data is not worth it.
- Categorisation of the clipboard contents for better user experience.

We've just come to the most important part where all of us tend go cranky and that's the "The Privacy" of course. We care for user's privacy and not to meddle with it is our top most priority. That's why, we had taken special care and ensured that the data are stored locally and shall  nowhere be redirected or uploaded to any third party storage facilities.

Go ahead and give it a try and feel free to write back on your experience.                    

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

Όνομα Xtra clipboard Xtra clipboard
ID pdfcgamgnhmjamdicnknbnimkgdjdjbm
Επίσημο URL https://chromewebstore.google.com/detail/xtra-clipboard/pdfcgamgnhmjamdicnknbnimkgdjdjbm
Περιγραφή A clipboard utlity tool for productivity
Μέγεθος Αρχείου 5.31 MB
Αριθμός Εγκαταστάσεων 538
Τρέχουσα Έκδοση 1.2.13
Τελευταία Ενημέρωση 2021-12-22
Ημερομηνία Δημοσίευσης 2020-10-11
Αξιολόγηση 4.33/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://xtra-clipboard.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://xtra-clipboard.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://smallproductsgroup.freshdesk.com/support/home
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A clipboard utlity tool for productivity",
    "version": "1.2.13",
    "name": "Xtra clipboard",
    "permissions": [
        "storage",
        "contextMenus",
        "clipboardRead",
        "clipboardWrite",
        "activeTab",
        "identity",
        "alarms"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "optional_permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Xtra Clipboard",
        "default_icon": "clipboard-128.png",
        "default_popup": "popup.html"
    },
    "short_name": "Clipboard",
    "options_page": "options.html",
    "offline_enabled": true,
    "minimum_chrome_version": "60",
    "icons": {
        "16": "clipboard-16.png",
        "32": "clipboard-32.png",
        "48": "clipboard-48.png",
        "128": "clipboard-128.png"
    },
    "web_accessible_resources": [
        "clipboard-16.png",
        "clipboard-32.png",
        "clipboard-128.png",
        "clipboard-48.png",
        "popup.html"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "MacCtrl+Shift+X"
            },
            "description": "Open clipboard",
            "global": true
        }
    }
}