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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://texmage.com/privacy
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}