Remove Line Breaks from ClipBoard

Remove Line Breaks from Clipboard.

Remove Line Breaks from ClipBoardとは何ですか?

Remove Line Breaks from ClipBoardはmomeijwによって開発されたChromeの拡張機能で、その主な機能は「Remove Line Breaks from Clipboard.」です。

拡張機能のスクリーンショット

screenshot

Remove Line Breaks from ClipBoard拡張機能のCRXファイルをダウンロード

Remove Line Breaks from ClipBoard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Remove Line Breaks from ClipBoard Remove Line Breaks from ClipBoard
ID bofnagikiljagacamnjbllalbhaklajn
公式URL https://chrome.google.com/webstore/detail/remove-line-breaks-from-c/bofnagikiljagacamnjbllalbhaklajn
説明 Remove Line Breaks from Clipboard.
ファイルサイズ 5.26 KB
インストール数 60
現在のバージョン 0.1
最終更新日 2018-11-04
公開日 2018-11-01
評価 3.00/5 合計 2 レビュー
開発者 momeijw
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Line Breaks from ClipBoard",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}