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"입니다.
확장 프로그램 스크린샷
Textomap: Generate maps from text in seconds 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 |
도움말 페이지 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\/*" ] } } |