Quick Text Share

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

Qu'est-ce que Quick Text Share ?

Quick Text Share est une extension Chrome développée par Sharabh Technologies Pvt Ltd, et sa fonction principale est "Quick Text Share provides an easy way to transfer text from computer to mobile.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Quick Text Share

Téléchargez les fichiers d'extension Quick Text Share au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Quick Text Share Quick Text Share
ID kjccmaifbigomiimgkjoikakbghldgoa
URL Officiel https://chrome.google.com/webstore/detail/quick-text-share/kjccmaifbigomiimgkjoikakbghldgoa
Description Quick Text Share provides an easy way to transfer text from computer to mobile.
Taille du Fichier 160 KB
Nombre d'Installations 75
Version Actuelle 1.0.1
Dernière Mise à Jour 2014-11-07
Date de Publication 2014-11-07
Évaluation 3.67/5 Total 3 Évaluations
Développeur Sharabh Technologies Pvt Ltd
Type de Paiement free
Site Web de l'Extension http://www.quicktextshare.com
Langues Prises en Charge 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:\/\/*\/*"
    ]
}