WebExtension.net
WebExtension.net

여행작가(Travel Writer)

View on Chrome Web Store
View 여행작가(Travel Writer) Chrome Extension on Chrome Web Store
5.0 (3 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

여행작가: 국내 여행을 위한 크롬 익스텐션. 맞춤 여행 프롬프트 생성과 공공데이터 통합으로 쉽고 빠른 여행 계획을 도와드립니다.
Type
Extension
Users
33 users
여행작가
View author page of 여행작가
Published
Published on August 26, 2024
Version 1.1.0
Manifest version
3
Updated
Updated on September 27, 2024
View on Chrome Web Store
View 여행작가(Travel Writer) Chrome Extension on Chrome Web Store
lifestyle/travel
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "ko",
    "host_permissions": [
        "https:\/\/*.travelwriter.site\/*",
        "https:\/\/clerk.travelwriter.site\/*"
    ],
    "name": "__MSG_extensionName__",
    "version": "1.1.0",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "storage",
        "tabs",
        "cookies"
    ],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": [],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/map.kakao.com\/*"
            ],
            "js": [
                "src\/pages\/contentMapMarker\/index.js"
            ]
        },
        {
            "matches": [
                "https:\/\/ai.travelwriter.site\/map*"
            ],
            "js": [
                "src\/pages\/contentTourMap\/index.js"
            ]
        },
        {
            "matches": [
                "https:\/\/place-site.yanolja.com\/places\/*"
            ],
            "js": [
                "src\/pages\/contentHouse\/index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-48.png",
                "icon-16.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top