TextItEasy

Get any web resources from your computer to your mobil device

Τι είναι το TextItEasy;

Το TextItEasy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.textiteasy.com, και η κύρια λειτουργία του είναι "Get any web resources from your computer to your mobil device".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης TextItEasy

Λήψη αρχείων επέκτασης TextItEasy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Selecciona las imágenes y/o textos que quieras de una web o saca un "pantallazo" de la misma, también puedes capturar su url, te proporcionaremos un código qr para obtener el recurso directamente en tu dispositivo móvil o en tus redes sociales favoritas.
Disfrútalo o compártelo fácilmente.

El complemento advierte de que la aplicación puede leer y modificar los datos de los sitios web que visites. El complemento accede a las páginas web que visitas cuando quieres compartir una foto de la misma o sacar un pantallazo, es inevitable para que funcione. El complemento no hace ninguna modificación permanente y no envía otra información que la que tú quieras compartir.

Select the images and/or texts from a web or take a snap-shot of part of it, you also can pick the whole url, we provide you a qr code, then you can have it in your mobile device or in your favorite social networks.
Enjoy it or text it easily.

This add-on warns about it can read and modify the data in the websites you visit. The add-on accesses the websites you visit when you want to share an image or take a snap-shot from them, thats inevitable for it to work. The add-on doesn't make any permanent change in the sites and doesn't send any other information but that you want to share.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα TextItEasy TextItEasy
ID mbgkhaifmghkgifkmjamdjhglldcmndl
Επίσημο URL https://chromewebstore.google.com/detail/textiteasy/mbgkhaifmghkgifkmjamdjhglldcmndl
Περιγραφή Get any web resources from your computer to your mobil device
Μέγεθος Αρχείου 86.44 KB
Αριθμός Εγκαταστάσεων 44
Τρέχουσα Έκδοση 1.0.0.9
Τελευταία Ενημέρωση 2016-10-26
Ημερομηνία Δημοσίευσης 2016-10-26
Αξιολόγηση 4.80/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής https://www.textiteasy.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://www.textiteasy.com/sobre/politica_privacidad
Υποστηριζόμενες Γλώσσες es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TextItEasy",
    "description": "Get any web resources from your computer to your mobil device",
    "version": "1.0.0.9",
    "browser_action": {
        "default_icon": "resources\/mdpi_iconoPrincipal.png",
        "default_popup": "views\/menu.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "resources\/ldpi_iconoPrincipal.png",
        "48": "resources\/mdpi_iconoPrincipal.png",
        "128": "resources\/hdpi_iconoPrincipal.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "code\/jquery-1.11.3.min.js",
                "code\/content-script.min.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "code\/background.min.js",
            "code\/jquery-1.11.3.min.js"
        ]
    },
    "commands": {
        "getSingleImage": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "Selecciona una imagen",
            "global": true
        },
        "getAllImages": {
            "suggested_key": {
                "default": "Ctrl+Shift+2"
            },
            "description": "Buscar todas las imagenes",
            "global": true
        },
        "getSiteSnapShot": {
            "suggested_key": {
                "default": "Ctrl+Shift+3"
            },
            "description": "Hacer captura de pantalla",
            "global": true
        },
        "getSiteUrl": {
            "suggested_key": {
                "default": "Ctrl+Shift+4"
            },
            "description": "Comparte url",
            "global": true
        }
    }
}