AltTrim

一键删除剪贴板换行符

What is AltTrim?

AltTrim is a Chrome extension developed by xianyinuma556, and its main feature is "一键删除剪贴板换行符".

Extension Screenshots

screenshot

Download AltTrim Extension CRX File

Download AltTrim 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

                        解决 pdf 复制英文后需要手动删除换行符的问题                    

Extension Basic Information

Name AltTrim AltTrim
ID degegfodgkcbiplngnpdajicbbcklgcd
Official URL https://chromewebstore.google.com/detail/alttrim/degegfodgkcbiplngnpdajicbbcklgcd
Description 一键删除剪贴板换行符
File Size 4.92 KB
Installation Count 66
Current Version 1.0
Last Updated 2019-05-04
Publish Date 2019-05-04
Rating 5.00/5 Total 1 Ratings
Developer xianyinuma556
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AltTrim",
    "version": "1.0",
    "description": "\u4e00\u952e\u5220\u9664\u526a\u8d34\u677f\u6362\u884c\u7b26",
    "permissions": [
        "clipboardWrite",
        "clipboardRead"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "AltTrim": {
            "suggested_key": {
                "default": "Alt+T"
            },
            "description": "\u5220\u9664\u6362\u884c"
        }
    },
    "manifest_version": 2
}