Text clipboard
This extension will help you with keeping multiple text values to copy to clipboard
Was ist Text clipboard?
Text clipboard ist eine Chrome-Erweiterung, die von seva.voloshin entwickelt wurde, und ihr Hauptmerkmal ist "This extension will help you with keeping multiple text values to copy to clipboard".
Erweiterungsscreenshots
Text clipboard-Erweiterungs-CRX-Datei herunterladen
Laden Sie Text clipboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Text clipboard |
ID | aeghdejlekobjgfdpfniondeobklbgpl |
Offizielle URL | https://chromewebstore.google.com/detail/text-clipboard/aeghdejlekobjgfdpfniondeobklbgpl |
Beschreibung | This extension will help you with keeping multiple text values to copy to clipboard |
Dateigröße | 9.03 KB |
Installationsanzahl | 58 |
Aktuelle Version | 1.4 |
Letztes Update | 2022-06-30 |
Veröffentlichungsdatum | 2021-12-27 |
Entwickler | seva.voloshin |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Volosh1n/text-clipboard-chrome-extension |
Unterstützte Sprachen | 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" ] } |