Portico

Keep all your travel ideas in one place.

什麼是Portico?

Portico是由https://portico.travel開發的Chrome擴展程式,該擴展的主要功能是“Keep all your travel ideas in one place.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Portico擴展crx文件

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

擴展使用說明

                        Portico helps you save, plan, organize and share amazing adventures. Built for the curious explorer, Portico is the ultimate tool for you (and your friends) to gather all your travel ideas and trip information in one place. Get inspired, get ready, and have some fun, even before you depart.

Our goal is to inspire you to travel more and make it easier to do so. We believe the beauty of travel lies in being able to shed our life for a moment and to walk in another’s shoes, to better understand another culture. But travel planning can be overwhelming. We aim to simplify the trip planning process and make it more fun.

Check out www.portico.travel to see our whole platform.                    

擴展基本資訊

名稱 Portico Portico
ID cokhnhncmlppfllhhkkofddbjbekhfdg
官方網址 https://chromewebstore.google.com/detail/portico/cokhnhncmlppfllhhkkofddbjbekhfdg
簡介 Keep all your travel ideas in one place.
檔案大小 940 KB
安裝次數 1,514
目前版本 1.18
更新時間 2020-12-21
上架時間 2020-06-11
評分 4.43/5 共 7 次評分
開發者 https://portico.travel
電子郵箱 [email protected]
付費類型 free
擴展官網 https://portico.travel
隱私政策頁面URL http://portico.travel/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Portico",
    "short_name": "Portico",
    "description": "Keep all your travel ideas in one place.",
    "version": "1.18",
    "icons": {
        "16": "images\/icons\/icon16.png",
        "32": "images\/icons\/icon32.png",
        "48": "images\/icons\/icon48.png",
        "64": "images\/icons\/icon64.png",
        "128": "images\/icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icons\/icon128.png",
        "default_title": "Add to Portico"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/portico.travel\/*",
        "https:\/\/staging.portico.travel\/*",
        "https:\/\/local.portico.travel\/*"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "css\/*",
        "js\/*",
        "templates\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/portico.travel\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}