Texmage

This extension can create texmages from the images on a webpage

¿Qué es Texmage?

Texmage es una extensión de Chrome desarrollada por https://texmage.com, y su función principal es "This extension can create texmages from the images on a webpage".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Texmage

Descarga archivos de extensión Texmage en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Create Beautiful,Inspirational,Fun,Emotional,Food and Many More Texmages

** CLICK ON THE TEXMAGE ICON ON ANY WEBPAGE AFTER THE PAGE IS FULLY LOADED  **

Upload images by clicking the bottom-left first icon and you can choose from your library or you can enter the image url and press enter.Of course you have the coolest option of dragging an image from any website  and dropping it on the tool.

1) Text Style-Choose to style text with BOLD,Italic options.

2)Text Size- Choose Normal,Large,Largest Font Sizes to style your text.

3)Font Family- Choose from 5 of the most used and best suitable fonts for every type of Texmage.

4)Text Color- Choose from 12 different colors to go with your image or background color for the text.

5) Text Alignment- Align Text by selecting text and choosing your desired alignment horizontally.For Vertical Alignment you can do it with Enter key and Backspace Key from your keyboard.

6) Background Color- Do not want to upload image, it's fine.Choose from 12 different background colors based on mood or the content of the texmage and write text on it.

7) Opacity- Apply Opacity to image to highlight your text on the image.

8) Share Texmage- You can share Texmage through 11 most used social platforms.                    

Información Básica de la Extensión

Nombre Texmage Texmage
ID hjgbehhikdpmpglfjiknhjffnlfnphbo
URL Oficial https://chromewebstore.google.com/detail/texmage/hjgbehhikdpmpglfjiknhjffnlfnphbo
Descripción This extension can create texmages from the images on a webpage
Tamaño del Archivo 542 KB
Cantidad de Instalaciones 6,245
Versión Actual 1.2.10
Última Actualización 2021-06-05
Fecha de Publicación 2020-07-14
Calificación 4.47/5 Total de 112 Calificaciones
Desarrollador https://texmage.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://texmage.com
URL de la Página de Ayuda https://texmage.com/privacy
URL de la Página de Política de Privacidad http://texmage.com/privacy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Texmage",
    "description": "This extension can create texmages from the images on a webpage",
    "version": "1.2.10",
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/texmage.com\/",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ],
        "css": [
            "style.css",
            "stylen.css",
            "nprogress.css"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "boldex.png",
        "index.html",
        "js\/botcanvasgo.js",
        "opacity_enable.png",
        "mail_texmage.png",
        "scaledrone.min.js",
        "loading_dots.gif",
        "upload_texmage.png",
        "opacity_disable.png",
        "drag_drop.png",
        "bold_texmage.png",
        "italic_texmage.png",
        "fontcex.png",
        "insertex.png",
        "diaryex.png",
        "fontroamex.png",
        "logo32.png",
        "shareex.png",
        "tagex.png",
        "websdex.png",
        "logo.png",
        "html2canvas.js",
        "fontlargesmallex.png",
        "backgroundcolorex.png",
        "aligncenterex.png",
        "alignex.png",
        "animateripple.gif",
        "alignrightex.png",
        "createvideoex.png",
        "backgroundcolor.png",
        "style.css",
        "stylen.css",
        "jquery.guillotine.css",
        "alignright.png",
        "nprogress.css",
        "aligncenter.png",
        "closemark,png",
        "checkmark,png",
        "noise.png",
        "addtexmage.png",
        "addaudio.png",
        "[email protected]",
        "[email protected]",
        "[email protected]",
        "[email protected]",
        "[email protected]",
        "[email protected]",
        "[email protected]",
        "[email protected]",
        "[email protected]",
        "[email protected]",
        "jquery.js",
        "[email protected]",
        "[email protected]",
        "[email protected]",
        "[email protected]",
        "extens.js",
        "logo16.png",
        "content_script.js",
        "icon16.png",
        "icon48.png",
        "icon128.png",
        "checkmark.png"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "content_script.js"
            ]
        }
    ]
}