Formatting Remover

Removes formatting from copied text.

什么是Formatting Remover?

Formatting Remover是由Diana Antoniuk开发的Chrome扩展程序,该扩展的主要功能是“Removes formatting from copied text.”。

扩展截图

screenshot

下载Formatting Remover扩展crx文件

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