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
官方網址 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": [
                ""
            ]
        }
    ]
}