Textomap: Generate maps from text in seconds

Create maps in the same tab as you browse websites, social media, docs, and more

ما هو Textomap: Generate maps from text in seconds؟

Textomap: Generate maps from text in seconds هو إضافة Chrome تم تطويرها بواسطة https://textomap.com، والميزة الرئيسية لها هي "Create maps in the same tab as you browse websites, social media, docs, and more".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Textomap: Generate maps from text in seconds

قم بتنزيل ملفات الامتداد Textomap: Generate maps from text in seconds بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Make maps an accessible and natural part of map creation.

Textomap automatically scans, locates, maps, and researches places
in any text source.

This extension allows maps to be seamlessly incorporated into travel planning, learning tasks or casual web browsing


Key Features:

★ Geographical Scanning: Select text on a web page and discover the mentioned locations displayed on a map.

★ Interactive Maps: Explore the map alongside your browsing for a visual representation of the places you encounter in the text.

★ Save and Edit: Save your maps and continue editing and adding new locations as you go.

★ Travel and Geography: Perfect for readers interested in travel, geography, current news, or anyone who wants to learn more about the world.

★ Content Creation: Ideal for travel agents, bloggers, and researchers who want to create visually appealing maps for their work.

★  We support many languages:
      English - US
      Spanish - español
      Chinese - 中文
      German - Deutsch
      French - français
      And many more...                    

معلومات أساسية عن التمديد

الاسم Textomap: Generate maps from text in seconds Textomap: Generate maps from text in seconds
ID eojinpebehkmckmljpjpnmeomhndobja
عنوان URL الرسمي https://chromewebstore.google.com/detail/textomap-generate-maps-fr/eojinpebehkmckmljpjpnmeomhndobja
الوصف Create maps in the same tab as you browse websites, social media, docs, and more
حجم الملف 111 KB
عدد التثبيتات 572
النسخة الحالية 1.4
آخر تحديث 2024-02-05
تاريخ النشر 2022-03-18
تقييم 5.00/5 مجموع تقييمات 1
المطور https://textomap.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.textomap.com
عنوان صفحة المساعدة http://www.textomap.com
عنوان صفحة سياسة الخصوصية https://www.freeprivacypolicy.com/live/d52c6e51-2ab4-4245-9a52-0db999cdbbfd
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Textomap: Generate maps from text in seconds",
    "description": "Create maps in the same tab as you browse websites, social media, docs, and more",
    "version": "1.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "\/style\/images\/icon16.png",
            "48": "\/style\/images\/icon48.png",
            "128": "\/style\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/style\/images\/icon16.png",
        "48": "\/style\/images\/icon48.png",
        "128": "\/style\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/jquery-ui.min.js",
                "\/js\/content.js"
            ],
            "css": [
                "\/style\/style.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.local.textomap.com\/*",
            "https:\/\/*.www.textomap.com\/*"
        ]
    }
}