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是由https://textomap.com開發的Chrome擴展程式,該擴展的主要功能是“Create maps in the same tab as you browse websites, social media, docs, and more”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Textomap: Generate maps from text in seconds擴展crx文件

下載Textomap: Generate maps from text in seconds擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
說明頁面URL http://www.textomap.com
隱私政策頁面URL 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\/*"
        ]
    }
}