Re-enable Copy
Removes copy disablers from certain pages; gives the information's control back to the user.
Re-enable Copyคืออะไร?
Re-enable Copy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tacla.yamada และคุณลักษณะหลักของมันคือ "Removes copy disablers from certain pages; gives the information's control back to the user."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Re-enable Copy
ดาวน์โหลดไฟล์ส่วนขยาย Re-enable Copy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This disables copy spies which try to prevent users from copy and pasting content from a web page. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kpojaicmdgpmoemkdlbnmokolafjmcbn |
| URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/re-enable-copy/kpojaicmdgpmoemkdlbnmokolafjmcbn |
| คำอธิบาย | Removes copy disablers from certain pages; gives the information's control back to the user. |
| ขนาดไฟล์ | 17.25 KB |
| จำนวนการติดตั้ง | 56 |
| เวอร์ชันปัจจุบัน | 0.0.1 |
| อัปเดตครั้งล่าสุด | 2014-07-03 |
| วันที่เผยแพร่ | 2014-07-03 |
| คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | tacla.yamada |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/yamadapc/re-enable-copy |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Re-enable Copy",
"description": "Removes copy disablers from certain pages; gives the information's control back to the user.",
"version": "0.0.1",
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.folha.uol.com.br\/*"
],
"js": [
"main.js"
],
"run_at": "document_end"
}
]
} | |