CopyPaste

The simplest tool for copying from PC to phone

ما هو CopyPaste؟

CopyPaste هو إضافة Chrome تم تطويرها بواسطة https://cp.westkit.org، والميزة الرئيسية لها هي "The simplest tool for copying from PC to phone".

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

screenshot

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

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

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

                        The simplest tool for copying from PC to phone.

All you need to do is visit this website.
http://cp.westkit.org/

Then pair up with this app using your Facebook account.

Done                    

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

الاسم CopyPaste CopyPaste
ID pibbkpmefjbggajhipoppdcdcakiopmd
عنوان URL الرسمي https://chromewebstore.google.com/detail/copypaste/pibbkpmefjbggajhipoppdcdcakiopmd
الوصف The simplest tool for copying from PC to phone
حجم الملف 9.42 KB
عدد التثبيتات 366
النسخة الحالية 1.0
آخر تحديث 2013-08-05
تاريخ النشر 2013-08-04
تقييم 5.00/5 مجموع تقييمات 5
المطور https://cp.westkit.org
نوع الدفع free
موقع الإضافة http://cp.westkit.org/
عنوان صفحة المساعدة http://cp.westkit.org/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CopyPaste",
    "description": "The simplest tool for copying from PC to phone",
    "version": "1.0",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "http:\/\/cp.westkit.org\/"
    ],
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_popup": "CopyPaste.html",
        "default_title": "CopyPaste - The simplest tool for copying from PC to phone"
    }
}