Lambus

Find places on the web and import them into your itinerary with few clicks!

什么是Lambus?

Lambus是由Lambus开发的Chrome扩展程序,该扩展的主要功能是“Find places on the web and import them into your itinerary with few clicks!”。

扩展截图

screenshot
screenshot

下载Lambus扩展crx文件

下载Lambus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        With this extension, you can easily import new places into your itinerary by highlighting any place name (e.g. in blogs) and right-clicking on "Import to Lambus".

Then simply select the trip and decide whether the place should be imported as a "Stop" or "Point of Interest".

We would be very happy to receive your feedback. If you have any questions or need additional help, please feel free to contact us at [email protected]!                    

扩展基本信息

名称 Lambus Lambus
ID aibgbofhjlgdkajphpcpdpnkmpeoogip
官方URL https://chromewebstore.google.com/detail/lambus/aibgbofhjlgdkajphpcpdpnkmpeoogip
简介 Find places on the web and import them into your itinerary with few clicks!
文件大小 1.13 MB
安装次数 134
当前版本 2.0.3
更新时间 2024-01-17
上架时间 2022-01-24
评分 5.00/5 共1次评分
开发者 Lambus
电子邮箱 [email protected]
付费类型 free
扩展官网 https://lambus.com
帮助页面URL https://support.lambus.com
隐私政策页面URL https://lambus.com/meta/privacy
支持的语言 id,de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.3",
    "name": "__MSG_appName__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "activeTab",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.lambus.com\/*",
        "*:\/\/*.api.lambus.io\/*"
    ],
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        }
    },
    "background": {
        "service_worker": "src\/background-scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "themes\/*.png",
                "fonts\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}