Texmage

This extension can create texmages from the images on a webpage

What is Texmage?

Texmage is a Chrome extension developed by https://texmage.com, and its main feature is "This extension can create texmages from the images on a webpage".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Texmage Extension CRX File

Download Texmage extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Texmage Texmage
ID hjgbehhikdpmpglfjiknhjffnlfnphbo
Official URL https://chromewebstore.google.com/detail/texmage/hjgbehhikdpmpglfjiknhjffnlfnphbo
Description This extension can create texmages from the images on a webpage
File Size 542 KB
Installation Count 6,245
Current Version 1.2.10
Last Updated 2021-06-05
Publish Date 2020-07-14
Rating 4.47/5 Total 112 Ratings
Developer https://texmage.com
Email [email protected]
Payment Type free
Extension Website https://texmage.com
Help Page URL https://texmage.com/privacy
Privacy Policy Page URL http://texmage.com/privacy
Supported Languages 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"
            ]
        }
    ]
}