Let Me Copy
Extension to allow copy text from websites where doesn't allow us to copy their content
什麼是Let Me Copy?
Let Me Copy是由debugger開發的Chrome擴展程式,該擴展的主要功能是“Extension to allow copy text from websites where doesn't allow us to copy their content”。
下載Let Me Copy擴展crx文件
下載Let Me Copy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | lbmilljobfmddjnildfgggcjioofaabn |
官方網址 | https://chrome.google.com/webstore/detail/let-me-copy/lbmilljobfmddjnildfgggcjioofaabn |
簡介 | Extension to allow copy text from websites where doesn't allow us to copy their content |
檔案大小 | 7.86 KB |
安裝次數 | 84 |
目前版本 | 1.0 |
更新時間 | 2018-03-20 |
上架時間 | 2018-03-20 |
評分 | 2.71/5 共 7 次評分 |
開發者 | debugger |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Let Me Copy", "version": "1.0", "description": "Extension to allow copy text from websites where doesn't allow us to copy their content", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.infobae.com\/*" ], "js": [ "background.js" ] } ], "manifest_version": 2 } |