EZ Copy Plaintext

Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.

Τι είναι το EZ Copy Plaintext;

Το EZ Copy Plaintext είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Josh, και η κύρια λειτουργία του είναι "Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.".

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

screenshot

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

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

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

                        Automatically removes formatting from your clipboard when you use normal copy paste [Ctrl+c].  If you need to keep the formatting, you can toggle it on and off by right clicking something you've selected/highlighted and pressing 'Get format next copy'.  On the next copy you do, it will keep the formatting. Then it will reset back to the default plaintext setting for future copying.

simple and robust.

NOTE:
The extension will not be active on tabs/windows that were already open prior to the installation.  Try refreshing the tabs or open a new one to test it out.                    

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

Όνομα EZ Copy Plaintext EZ Copy Plaintext
ID khgahhiehdlgmaoghjoegkgbfcdodnhb
Επίσημο URL https://chromewebstore.google.com/detail/ez-copy-plaintext/khgahhiehdlgmaoghjoegkgbfcdodnhb
Περιγραφή Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.
Μέγεθος Αρχείου 6.47 KB
Αριθμός Εγκαταστάσεων 780
Τρέχουσα Έκδοση 1.1.5
Τελευταία Ενημέρωση 2013-03-03
Ημερομηνία Δημοσίευσης 2013-03-02
Αξιολόγηση 2.54/5 Συνολικά 26 Αξιολογήσεις
Προγραμματιστής Josh
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EZ Copy Plaintext",
    "description": "Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.",
    "version": "1.1.5",
    "manifest_version": 2,
    "incognito": "split",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}