Text clipboard
This extension will help you with keeping multiple text values to copy to clipboard
Hvad er Text clipboard?
Text clipboard er en Chrome-udvidelse udviklet af seva.voloshin, og dens hovedfunktion er "This extension will help you with keeping multiple text values to copy to clipboard".
Udvidelsesskærmbilleder
Download Text clipboard-udvidelses-CRX-fil
Download Text clipboard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Text clipboard |
ID | aeghdejlekobjgfdpfniondeobklbgpl |
Officiel URL | https://chromewebstore.google.com/detail/text-clipboard/aeghdejlekobjgfdpfniondeobklbgpl |
Beskrivelse | This extension will help you with keeping multiple text values to copy to clipboard |
Filstørrelse | 9.03 KB |
Antal Installationer | 58 |
Nuværende Version | 1.4 |
Senest Opdateret | 2022-06-30 |
Udgivelsesdato | 2021-12-27 |
Udvikler | seva.voloshin |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/Volosh1n/text-clipboard-chrome-extension |
Understøttede Sprog | 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" ] } |