Levantr

An extension to send links from the browser to your Levantr account

什麼是Levantr?

Levantr是由https://levantr.com開發的Chrome擴展程式,該擴展的主要功能是“An extension to send links from the browser to your Levantr account”。

擴展截圖

screenshot
screenshot
screenshot

下載Levantr擴展crx文件

下載Levantr擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Levantr chrome extension helps users to find ideas while browsing the web and easily add them to their Journey Board in the Levantr App. 

While surfing; just open the chrome extension, fill out the details and select the journey you want the idea added to, then hit save and you're finished!                    

擴展基本資訊

名稱 Levantr Levantr
ID eldloofphpicjfjfbinpefldcnoonihc
官方網址 https://chromewebstore.google.com/detail/levantr/eldloofphpicjfjfbinpefldcnoonihc
簡介 An extension to send links from the browser to your Levantr account
檔案大小 5.96 MB
安裝次數 36
目前版本 0.0.1
更新時間 2022-09-15
上架時間 2022-09-15
評分 5.00/5 共 2 次評分
開發者 https://levantr.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://levantr.com/
說明頁面URL https://levantr.com/contact-us/
隱私政策頁面URL https://travelpassero.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.1",
    "short_name": "Levantr",
    "name": "Levantr",
    "description": "An extension to send links from the browser to your Levantr account",
    "action": {
        "default_icon": "levantrFavicon-96.png",
        "default_title": "Levantr",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "levantrFavicon-48.png",
        "96": "levantrFavicon-96.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
    }
}