Text clipboard

This extension will help you with keeping multiple text values to copy to clipboard

Qu'est-ce que Text clipboard ?

Text clipboard est une extension Chrome développée par seva.voloshin, et sa fonction principale est "This extension will help you with keeping multiple text values to copy to clipboard".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Text clipboard

Téléchargez les fichiers d'extension Text clipboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Text clipboard Text clipboard
ID aeghdejlekobjgfdpfniondeobklbgpl
URL Officiel https://chromewebstore.google.com/detail/text-clipboard/aeghdejlekobjgfdpfniondeobklbgpl
Description This extension will help you with keeping multiple text values to copy to clipboard
Taille du Fichier 9.03 KB
Nombre d'Installations 58
Version Actuelle 1.4
Dernière Mise à Jour 2022-06-30
Date de Publication 2021-12-27
Développeur seva.voloshin
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Volosh1n/text-clipboard-chrome-extension
Langues Prises en Charge 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"
    ]
}