Text to image

Convert text to images on the fly

Τι είναι το Text to image;

Το Text to image είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://devapt.com, και η κύρια λειτουργία του είναι "Convert text to images on the fly".

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

screenshot
screenshot
screenshot

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

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

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

                        ——— ☆ • ♧ • 𝗧𝗲𝘅𝘁 𝘁𝗼 𝗶𝗺𝗮𝗴𝗲 • ♧ • ☆ ———

Using text to image extension you can easily convert any text to an image on the fly. 

Select text by writing it down in any text box or directly from any webpage and then right click to see an option 'Text to image' and from there Click the copy or download option to generate the image from the text. 

𝗦𝗵𝗼𝗿𝘁𝗰𝘂𝘁𝘀 𝘁𝗼 𝗴𝗲𝗻𝗲𝗿𝗮𝘁𝗲 𝗶𝗺𝗮𝗴𝗲:
Copy →  Ctrl + Shift + Z
Download → Ctrl + Shift + DownArrow

By clicking the extension icon you can set the background colors, padding and dark/light modes.

𝗔𝗰𝗰𝗲𝘀𝘀𝗶𝗯𝗶𝗹𝗶𝘁𝘆:
Images can't be read by screen readers. So always include alt text along with the images when you share them online. This helps people with accessibility issues. 

Let's add ALT text and make the web accessible for all. 

𝗖𝗼𝗺𝗺𝗼𝗻 𝗶𝘀𝘀𝘂𝗲𝘀:
1. If you see any cropping of the text in the image, just select the text by giving more space/line-break on the side where the text is getting cropped. 
2. Shortcuts may not work as expected on some webpages, in such cases use context menu by right clicking or download the image from the extension menu.
3. Some sites/browsers may not allow copy command, so try to use the download option for generating the image

𝗗𝗶𝘀𝗮𝗯𝗹𝗲𝗱 𝘀𝗶𝘁𝗲𝘀:
This extension is disabled in the following sites due to conflicts
- analytics.google.com

🎁𝗨𝗽𝗱𝗮𝘁𝗲 𝟭.𝟬.𝟭
→ Fixes extension conflicts with Google analytics

🎁 𝗨𝗽𝗱𝗮𝘁𝗲 𝟭.𝟬.𝟬
→ Adds reminder for people to include alt text while sharing images online
→ Updates copy notification removal time to 3s

If you liked this extension you can support me by buying a coffee. This helps to keep updating and developing more such interesting tools. 

🥤 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲 → https://www.buymeacoffee.com/basharath                    

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

Όνομα Text to image Text to image
ID nkljaohokglebeljcgchmehnhdieakda
Επίσημο URL https://chromewebstore.google.com/detail/text-to-image/nkljaohokglebeljcgchmehnhdieakda
Περιγραφή Convert text to images on the fly
Μέγεθος Αρχείου 30.26 KB
Αριθμός Εγκαταστάσεων 1,867
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2022-05-17
Ημερομηνία Δημοσίευσης 2022-03-28
Αξιολόγηση 4.17/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://devapt.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://tweetlet.net/
URL της Σελίδας Πολιτικής Απορρήτου https://basharath.notion.site/basharath/Privacy-policy-f883e35b01194f22874696119dac4f44
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Text to image",
    "version": "1.0.1",
    "description": "Convert text to images on the fly",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_icon": "images\/textimage.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/analytics.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/textimage.png",
        "48": "images\/textimage.png",
        "128": "images\/textimage.png"
    },
    "short_name": "Textimage",
    "commands": {
        "copyImage": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Z",
                "mac": "Ctrl+Shift+Z",
                "chromeos": "Ctrl+Shift+Z",
                "linux": "Ctrl+Shift+Z"
            },
            "description": "To copy the image"
        },
        "downloadImage": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Down",
                "mac": "Ctrl+Shift+Down",
                "chromeos": "Ctrl+Shift+Down",
                "linux": "Ctrl+Shift+Down"
            },
            "description": "To download the image"
        }
    }
}