Copyables
Makes the text/label of focused links copyable. Also via contextmenu.
什麼是Copyables?
Copyables是由Rudie Dirkx開發的Chrome擴展程式,該擴展的主要功能是“Makes the text/label of focused links copyable. Also via contextmenu.”。
擴展截圖
下載Copyables擴展crx文件
下載Copyables擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Makes the text/label of focused links copyable by using the normal copy keyboard command (CTRL + V for me). Adds a contextmenu option to copy an element's text, for instance a link's label or a table cell's content. Adds a contextmenu option to find background images.
擴展基本資訊
名稱 | |
ID | pgghkebpjnjjiblaajkkaniphdbfeogl |
官方網址 | https://chromewebstore.google.com/detail/copyables/pgghkebpjnjjiblaajkkaniphdbfeogl |
簡介 | Makes the text/label of focused links copyable. Also via contextmenu. |
檔案大小 | 8.87 KB |
安裝次數 | 40 |
目前版本 | 1.9 |
更新時間 | 2022-09-25 |
上架時間 | 2017-10-16 |
開發者 | Rudie Dirkx |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://github.com/rudiedirkx/copyables-extension/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copyables", "version": "1.9", "manifest_version": 3, "description": "Makes the text\/label of focused links copyable. Also via contextmenu.", "icons": { "128": "images\/logo_128.png" }, "permissions": [ "contextMenus" ], "background": { "service_worker": "copyables.sw.js" }, "content_scripts": [ { "all_frames": true, "run_at": "document_end", "js": [ "copyables.content.js" ], "matches": [ " |