Enable Clipboard
Enable clipboard and context menu in disabled websites
什麼是Enable Clipboard?
Enable Clipboard是由s1n7ax開發的Chrome擴展程式,該擴展的主要功能是“Enable clipboard and context menu in disabled websites”。
擴展截圖
下載Enable Clipboard擴展crx文件
下載Enable Clipboard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Open source extension to enable clipboard and context menu in disabled websites. Many banking websites disables copy and paste actions. So typing your 25 character long password and bank account numbers is a nightmare. This extension stops the propagation of 'contextmenu', 'copy', 'paste' events so the website cannot prevent the default behavior. Limitations: * If the actions are registered in the capturing phase, this plugin may not work (Please create a GitHub issue including the details) How to use: * Install the plugin * Go to the website that you want to enable the clipboard and context menu * Click on the plugin action icon * Click on the "Unlock the Power" button to add the website * Reload the page Permissions: * Storage - Persistent storage to save the whitelisted URL to enable this plugin on * Tab - Access the current URL from active tab
擴展基本資訊
名稱 | Enable Clipboard |
ID | oabailhgoobiboghkmlppflobceplfde |
官方網址 | https://chromewebstore.google.com/detail/enable-clipboard/oabailhgoobiboghkmlppflobceplfde |
簡介 | Enable clipboard and context menu in disabled websites |
檔案大小 | 14.02 KB |
安裝次數 | 41 |
目前版本 | 1.0 |
更新時間 | 2021-12-16 |
上架時間 | 2021-12-15 |
開發者 | s1n7ax |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/s1n7ax/enable-clipboard |
說明頁面URL | https://github.com/s1n7ax/enable-clipboard/issues |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Enable Clipboard", "version": "1.0", "description": "Enable clipboard and context menu in disabled websites", "manifest_version": 3, "permissions": [ "storage", "tabs" ], "icons": { "128": "images\/img_enabled128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "128": "images\/img_disabled128.png" } }, "content_scripts": [ { "matches": [ " |