Formatting Remover

Removes formatting from copied text.

Τι είναι το Formatting Remover;

Το Formatting Remover είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Diana Antoniuk, και η κύρια λειτουργία του είναι "Removes formatting from copied text.".

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

screenshot

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

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

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

                        You probably copy and paste text many times a day but one of its annoyances is that pasting usually brings along a special text formatting style. Try to copy some text from the web and you'll usually find that it keeps original website's style when pasted in your document.

Formatting Remover extension cleans some style and formatting from copied text for you!                    

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

Όνομα Formatting Remover Formatting Remover
ID falldinmacoaghkecpdnmcabpegajlge
Επίσημο URL https://chromewebstore.google.com/detail/formatting-remover/falldinmacoaghkecpdnmcabpegajlge
Περιγραφή Removes formatting from copied text.
Μέγεθος Αρχείου 14.21 KB
Αριθμός Εγκαταστάσεων 138
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2021-10-02
Ημερομηνία Δημοσίευσης 2021-10-02
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Diana Antoniuk
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Formatting Remover",
    "description": "Removes formatting from copied text.",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "formatting-remover-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}