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