Formatting Remover

Removes formatting from copied text.

Qu'est-ce que Formatting Remover ?

Formatting Remover est une extension Chrome développée par Diana Antoniuk, et sa fonction principale est "Removes formatting from copied text.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Formatting Remover

Téléchargez les fichiers d'extension Formatting Remover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Formatting Remover Formatting Remover
ID falldinmacoaghkecpdnmcabpegajlge
URL Officiel https://chromewebstore.google.com/detail/formatting-remover/falldinmacoaghkecpdnmcabpegajlge
Description Removes formatting from copied text.
Taille du Fichier 14.21 KB
Nombre d'Installations 138
Version Actuelle 1.0
Dernière Mise à Jour 2021-10-02
Date de Publication 2021-10-02
Évaluation 5.00/5 Total 2 Évaluations
Développeur Diana Antoniuk
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}