Text clipboard
This extension will help you with keeping multiple text values to copy to clipboard
什麼是Text clipboard?
Text clipboard是由seva.voloshin開發的Chrome擴展程式,該擴展的主要功能是“This extension will help you with keeping multiple text values to copy to clipboard”。
擴展截圖
下載Text clipboard擴展crx文件
下載Text clipboard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With this extension you will be allow to paste multiple texts across the tabs to easily copypaste them. Imagine that your clipboard contains not the only one text, but multiple ones for easier selecting which text should be pasted on each tab
擴展基本資訊
名稱 | Text clipboard |
ID | aeghdejlekobjgfdpfniondeobklbgpl |
官方網址 | https://chromewebstore.google.com/detail/text-clipboard/aeghdejlekobjgfdpfniondeobklbgpl |
簡介 | This extension will help you with keeping multiple text values to copy to clipboard |
檔案大小 | 9.03 KB |
安裝次數 | 58 |
目前版本 | 1.4 |
更新時間 | 2022-06-30 |
上架時間 | 2021-12-27 |
開發者 | seva.voloshin |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/Volosh1n/text-clipboard-chrome-extension |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Text clipboard", "description": "This extension will help you with keeping multiple text values to copy to clipboard", "version": "1.4", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |