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”。

扩展截图

screenshot

下载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 Text clipboard
ID aeghdejlekobjgfdpfniondeobklbgpl
官方URL 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"
    ]
}