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
官方網址 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"
            ]
        }
    ]
}