Texmage

This extension can create texmages from the images on a webpage

Apa itu Texmage?

Texmage adalah ekstensi Chrome yang dikembangkan oleh https://texmage.com, dan fitur utamanya adalah "This extension can create texmages from the images on a webpage".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Texmage

Unduh file ekstensi Texmage dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Texmage Texmage
ID hjgbehhikdpmpglfjiknhjffnlfnphbo
URL Resmi https://chromewebstore.google.com/detail/texmage/hjgbehhikdpmpglfjiknhjffnlfnphbo
Deskripsi This extension can create texmages from the images on a webpage
Ukuran File 542 KB
Jumlah Instalasi 6,245
Versi Saat Ini 1.2.10
Terakhir Diperbarui 2021-06-05
Tanggal Publikasi 2020-07-14
Penilaian 4.47/5 Total 112 Penilaian
Pengembang https://texmage.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://texmage.com
URL Halaman Bantuan https://texmage.com/privacy
URL Halaman Kebijakan Privasi http://texmage.com/privacy
Bahasa yang Didukung 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"
            ]
        }
    ]
}