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
Eメール [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"
            ]
        }
    ]
}