Textomap: Generate maps from text in seconds

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

Qu'est-ce que Textomap: Generate maps from text in seconds ?

Textomap: Generate maps from text in seconds est une extension Chrome développée par https://textomap.com, et sa fonction principale est "Create maps in the same tab as you browse websites, social media, docs, and more".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Textomap: Generate maps from text in seconds

Téléchargez les fichiers d'extension Textomap: Generate maps from text in seconds au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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...                    

Informations de Base sur l'Extension

Nom Textomap: Generate maps from text in seconds Textomap: Generate maps from text in seconds
ID eojinpebehkmckmljpjpnmeomhndobja
URL Officiel https://chromewebstore.google.com/detail/textomap-generate-maps-fr/eojinpebehkmckmljpjpnmeomhndobja
Description Create maps in the same tab as you browse websites, social media, docs, and more
Taille du Fichier 111 KB
Nombre d'Installations 572
Version Actuelle 1.4
Dernière Mise à Jour 2024-02-05
Date de Publication 2022-03-18
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://textomap.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.textomap.com
URL de la Page d'Aide http://www.textomap.com
URL de la Page de Politique de Confidentialité https://www.freeprivacypolicy.com/live/d52c6e51-2ab4-4245-9a52-0db999cdbbfd
Langues Prises en Charge 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\/*"
        ]
    }
}