CopyHacker

GitHub: https://github.com/leconio/hackcopytail

CopyHacker란 무엇입니까?

CopyHacker은(는) spawnlau에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GitHub: https://github.com/leconio/hackcopytail"입니다.

확장 프로그램 스크린샷

screenshot

CopyHacker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Unauthorize copying of code and text that is carried on certain websites to normalize the copy.
It can not only help you to remove those nasty little tails, but basically everything you can select with the mouse can be copied.

If you like, please star it on GitHub!

解除在某些网站上复制代码、文字时候携带的版权信息,让复制正常化。
它不仅仅能帮助你删除那些讨厌的小尾巴(CSDN,简书,360doc等),只要能用鼠标框选的东西基本上都可以复制。

Release:
v1.2 Fix space character problem,(Like,\u00A0(office) \u3000(Full-width))
修复空格字符问题,比如office用的空格,或者全角                    

확장 프로그램 기본 정보

이름 CopyHacker CopyHacker
ID eenbadnbcopcaphfckjffiffjnfgembm
공식 URL https://chrome.google.com/webstore/detail/copyhacker/eenbadnbcopcaphfckjffiffjnfgembm
설명 GitHub: https://github.com/leconio/hackcopytail
파일 크기 8.48 KB
설치 횟수 121
현재 버전 1.2
최근 업데이트 2018-10-17
출시 날짜 2018-10-17
평점 5.00/5 총 3 개의 평점
개발자 spawnlau
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CopyHacker",
    "version": "1.2",
    "description": "GitHub: https:\/\/github.com\/leconio\/hackcopytail",
    "icons": {
        "128": "128icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "src\/copy_hacker.js"
            ]
        },
        {
            "matches": [
                "*:\/\/blog.csdn.net\/*"
            ],
            "all_frames": true,
            "js": [
                "src\/click_hacker.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "options_page": "src\/manager.html"
}