No Blank Copy

Copy the selected text wihout blanks, tabs, linebreaks, etc.

What is No Blank Copy?

No Blank Copy is a Chrome extension developed by lisez, and its main feature is "Copy the selected text wihout blanks, tabs, linebreaks, etc.".

Extension Screenshots

screenshot

Download No Blank Copy Extension CRX File

Download No Blank Copy 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

                        Copy without any blanks.

GitHub:
https://github.com/lisez/no-blank-copy                    

Extension Basic Information

Name No Blank Copy No Blank Copy
ID epjkpebociflpnebkjfdccbbkcieelbc
Official URL https://chromewebstore.google.com/detail/no-blank-copy/epjkpebociflpnebkjfdccbbkcieelbc
Description Copy the selected text wihout blanks, tabs, linebreaks, etc.
File Size 4.54 KB
Installation Count 221
Current Version 1.1
Last Updated 2017-02-27
Publish Date 2017-02-27
Rating 4.00/5 Total 1 Ratings
Developer lisez
Email [email protected]
Payment Type free
Supported Languages en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.1",
    "default_locale": "zh_TW",
    "manifest_version": 2,
    "author": "lisez ",
    "description": "__MSG_appDesc__",
    "background": {
        "persistent": false,
        "scripts": [
            "script.min.js"
        ]
    },
    "permissions": [
        "clipboardWrite",
        "contextMenus"
    ]
}