Texmage

This extension can create texmages from the images on a webpage

Τι είναι το Texmage;

Το Texmage είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://texmage.com, και η κύρια λειτουργία του είναι "This extension can create texmages from the images on a webpage".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        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.                    

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

Όνομα Texmage Texmage
ID hjgbehhikdpmpglfjiknhjffnlfnphbo
Επίσημο URL https://chromewebstore.google.com/detail/texmage/hjgbehhikdpmpglfjiknhjffnlfnphbo
Περιγραφή This extension can create texmages from the images on a webpage
Μέγεθος Αρχείου 542 KB
Αριθμός Εγκαταστάσεων 6,245
Τρέχουσα Έκδοση 1.2.10
Τελευταία Ενημέρωση 2021-06-05
Ημερομηνία Δημοσίευσης 2020-07-14
Αξιολόγηση 4.47/5 Συνολικά 112 Αξιολογήσεις
Προγραμματιστής https://texmage.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://texmage.com
Διεύθυνση URL της Σελίδας Βοήθειας https://texmage.com/privacy
URL της Σελίδας Πολιτικής Απορρήτου http://texmage.com/privacy
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}