CopyHacker
GitHub: https://github.com/leconio/hackcopytail
CopyHackerคืออะไร?
CopyHacker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย spawnlau และคุณลักษณะหลักของมันคือ "GitHub: https://github.com/leconio/hackcopytail"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CopyHacker
ดาวน์โหลดไฟล์ส่วนขยาย CopyHacker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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用的空格,或者全角
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } |