Text clipboard
This extension will help you with keeping multiple text values to copy to clipboard
What is Text clipboard?
Text clipboard is a Chrome extension developed by seva.voloshin, and its main feature is "This extension will help you with keeping multiple text values to copy to clipboard".
Extension Screenshots
Download Text clipboard Extension CRX File
Download Text clipboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Text clipboard |
ID | aeghdejlekobjgfdpfniondeobklbgpl |
Official URL | https://chromewebstore.google.com/detail/text-clipboard/aeghdejlekobjgfdpfniondeobklbgpl |
Description | This extension will help you with keeping multiple text values to copy to clipboard |
File Size | 9.03 KB |
Installation Count | 58 |
Current Version | 1.4 |
Last Updated | 2022-06-30 |
Publish Date | 2021-12-27 |
Developer | seva.voloshin |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Volosh1n/text-clipboard-chrome-extension |
Supported Languages | 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" ] } |