PasteEnabler
Paste when you're not allowed, copy when you're not allowed!
PasteEnablerคืออะไร?
PasteEnabler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jonlu.ca และคุณลักษณะหลักของมันคือ "Paste when you're not allowed, copy when you're not allowed!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PasteEnabler
ดาวน์โหลดไฟล์ส่วนขยาย PasteEnabler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Reenables the following functionality on sites that disable it: * Ability to paste content * Ability to copy content * Ability to cut content * Ability to right click content * Ability to autocomplete certain inputs * Ability to select text * Ability to drag and drop text to/from inputs If a website does not allow you to copy and paste, or do any of the above, simply click the icon and try again! Source code here: https://github.com/jonluca/PasteEnabler Open an issue on GitHub if there are any sites on which this extension does not work!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PasteEnabler |
ID | dhadehfniifbmemochpmbofcjckpdnnl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pasteenabler/dhadehfniifbmemochpmbofcjckpdnnl |
คำอธิบาย | Paste when you're not allowed, copy when you're not allowed! |
ขนาดไฟล์ | 28.6 KB |
จำนวนการติดตั้ง | 2,141 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2021-06-10 |
วันที่เผยแพร่ | 2019-05-03 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://jonlu.ca |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PasteEnabler", "description": "Paste when you're not allowed, copy when you're not allowed!", "version": "0.3", "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "images\/icon.png" }, "icons": { "64": "images\/icon64.png", "32": "images\/icon32.png", "38": "images\/icon.png", "128": "images\/icon128.png" }, "homepage_url": "https:\/\/jonlu.ca", "web_accessible_resources": [ "js\/*" ] } |