Remove Line Breaks from ClipBoard

Remove Line Breaks from Clipboard.

What is Remove Line Breaks from ClipBoard?

Remove Line Breaks from ClipBoard is a Chrome extension developed by momeijw, and its main feature is "Remove Line Breaks from Clipboard.".

Extension Screenshots

screenshot

Download Remove Line Breaks from ClipBoard Extension CRX File

Download Remove Line Breaks from ClipBoard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Remove Line Breaks from ClipBoard Remove Line Breaks from ClipBoard
ID bofnagikiljagacamnjbllalbhaklajn
Official URL https://chrome.google.com/webstore/detail/remove-line-breaks-from-c/bofnagikiljagacamnjbllalbhaklajn
Description Remove Line Breaks from Clipboard.
File Size 5.26 KB
Installation Count 60
Current Version 0.1
Last Updated 2018-11-04
Publish Date 2018-11-01
Rating 3.00/5 Total 2 Ratings
Developer momeijw
Payment Type free
Supported Languages 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"
    ]
}