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
官方URL 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"
            ]
        }
    ]
}