Force Copy
Force Copy Everything
Force Copyคืออะไร?
Force Copy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Breeze และคุณลักษณะหลักของมันคือ "Force Copy Everything"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Force Copy
ดาวน์โหลดไฟล์ส่วนขยาย Force Copy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Force Copy allows you to lift copy restrictions, keyboard restrictions, and right-click menu restrictions on Web pages. All functions of the extension are turned off by default. When you need it, click the extension program and select the corresponding module to start it. ⭐ Start means that the domain name remains open. Even if the page is closed, it will still remain started the next time it is opened. ⭐ Once means that it will only take effect in the current Tab page. After closing the Tab page, it will remain closed the next time it is opened. Note that refreshing the page will not turn off the function. This is useful in many situations, especially in rich text editor websites. Open source address: https://github.com/WindrunnerMax/TKScript.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Force Copy |
ID | cceclgeciefpanebkfkogecbjjchmico |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/force-copy/cceclgeciefpanebkfkogecbjjchmico |
คำอธิบาย | Force Copy Everything |
ขนาดไฟล์ | 170 KB |
จำนวนการติดตั้ง | 505 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2024-01-22 |
วันที่เผยแพร่ | 2023-10-08 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Breeze |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/WindrunnerMax/TKScript/tree/master/packages/force-copy/README.md |
URL หน้าช่วยเหลือ | https://github.com/WindrunnerMax/TKScript/issues |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Force Copy", "version": "1.0.6", "description": "Force Copy Everything", "default_locale": "en", "icons": { "32": ".\/static\/favicon.128.png", "96": ".\/static\/favicon.128.png", "128": ".\/static\/favicon.128.png" }, "action": { "default_popup": "popup.html", "default_icon": ".\/static\/favicon.128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*", "file:\/\/*\/*" ], "js": [ ".\/content.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "static\/*", "eQnCrNJRXq.js" ], "matches": [ " |