Copy&Clear

Simple extension to copy and paste text and plain.

ما هو Copy&Clear؟

Copy&Clear هو إضافة Chrome تم تطويرها بواسطة Luciano Borges، والميزة الرئيسية لها هي "Simple extension to copy and paste text and plain.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Copy&Clear

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

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

                        Simple extension to copy and paste text and plain.                    

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

الاسم Copy&Clear Copy&Clear
ID pfjhbkgfmakodandnbibhllncbggjngl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/copyclear/pfjhbkgfmakodandnbibhllncbggjngl
الوصف Simple extension to copy and paste text and plain.
حجم الملف 59.93 KB
عدد التثبيتات 542
النسخة الحالية 1.38
آخر تحديث 2016-03-26
تاريخ النشر 2016-03-26
تقييم 5.00/5 مجموع تقييمات 1
المطور Luciano Borges
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,en-US,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_chrome_extension_name__",
    "short_name": "__MSG_chrome_extension_name__",
    "version": "1.38",
    "icons": {
        "16": "images\/socl_016.png",
        "32": "images\/socl_032.png",
        "48": "images\/socl_048.png",
        "128": "images\/socl_128.png"
    },
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "author": "iAutomate - Integra\u00e7\u00e3o de Sistemas",
    "browser_action": {
        "default_icon": "images\/logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "clipboardWrite",
        "notifications",
        "storage"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "images\/socl_048.png"
    ],
    "content_security_policy": "script-src 'self' chrome-extension-resource: 'unsafe-eval'; default-src 'self'",
    "manifest_version": 2
}