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
Eメール [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": [
                ""
            ]
        }
    ]
}