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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}