Text clipboard

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

ما هو Text clipboard؟

Text clipboard هو إضافة Chrome تم تطويرها بواسطة seva.voloshin، والميزة الرئيسية لها هي "This extension will help you with keeping multiple text values to copy to clipboard".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Text clipboard

قم بتنزيل ملفات الامتداد Text clipboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}