Quick Text Share

Quick Text Share provides an easy way to transfer text from computer to mobile.

ما هو Quick Text Share؟

Quick Text Share هو إضافة Chrome تم تطويرها بواسطة Sharabh Technologies Pvt Ltd، والميزة الرئيسية لها هي "Quick Text Share provides an easy way to transfer text from computer to mobile.".

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

screenshot

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

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

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

                        Quick Text Share is most awaited package that simplifies your day to day task. Believe it or not you have faced this situation somewhere in your daily life when you want to share some data like name, phone number, email id, url or any other information from your computer to your mobile. In that situation, what you normally do, email it to your mobile phone, yes we all do the same thing before this application came in existence, but have you ever thought, how you will share that information if you don't have any working internet connection either in mobile or computer or both. Quick Text Share extension comes to rescue. Just install it and experience a new way to share data without any internet connection.

 --Features--
-> Quick support
-> Interactive UI
-> Small size
-> Works without Internet                    

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

الاسم Quick Text Share Quick Text Share
ID kjccmaifbigomiimgkjoikakbghldgoa
عنوان URL الرسمي https://chrome.google.com/webstore/detail/quick-text-share/kjccmaifbigomiimgkjoikakbghldgoa
الوصف Quick Text Share provides an easy way to transfer text from computer to mobile.
حجم الملف 160 KB
عدد التثبيتات 75
النسخة الحالية 1.0.1
آخر تحديث 2014-11-07
تاريخ النشر 2014-11-07
تقييم 3.67/5 مجموع تقييمات 3
المطور Sharabh Technologies Pvt Ltd
نوع الدفع free
موقع الإضافة http://www.quicktextshare.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Text Share",
    "version": "1.0.1",
    "description": "Quick Text Share provides an easy way to transfer text from computer to mobile.",
    "browser_action": {
        "default_title": "Quick Text Share",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_1.png",
        "48": "icon_2.png",
        "128": "icon_3.png"
    },
    "background": {
        "scripts": [
            "sample.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}