CopyPaste

Guarde frases que você geralmente usa todos os dias e copie ou cole elas facilmente.

ما هو CopyPaste؟

CopyPaste هو إضافة Chrome تم تطويرها بواسطة Felipe Nolleto، والميزة الرئيسية لها هي "Guarde frases que você geralmente usa todos os dias e copie ou cole elas facilmente.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة CopyPaste

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

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

                        Permite que você salve frases ou palavras que você usa com frequência, e copia-las para área de transferência ou colar direto no lugar aonde você deseja.                    

معلومات أساسية عن التمديد

الاسم CopyPaste CopyPaste
ID icmoogdmojecgjphlaghlciiajddhljm
عنوان URL الرسمي https://chromewebstore.google.com/detail/copypaste/icmoogdmojecgjphlaghlciiajddhljm
الوصف Guarde frases que você geralmente usa todos os dias e copie ou cole elas facilmente.
حجم الملف 88.7 KB
عدد التثبيتات 71
النسخة الحالية 1.0.1
آخر تحديث 2015-01-13
تاريخ النشر 2015-01-13
تقييم 5.00/5 مجموع تقييمات 1
المطور Felipe Nolleto
نوع الدفع free
موقع الإضافة https://github.com/nolleto/CopyPaste
اللغات المدعومة pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CopyPaste",
    "description": "Guarde frases que voc\u00ea geralmente usa todos os dias e copie ou cole elas facilmente.",
    "version": "1.0.1",
    "permissions": [
        "background",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "\/images\/icon_copy.png",
        "default_popup": "\/html\/index.html"
    },
    "background": {
        "page": "\/html\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/icon_copy.png",
        "48": "\/images\/icon_copy.png",
        "128": "\/images\/icon_copy.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}