Jetpuzzle

Find the cheapest tickets for your next flight

什么是Jetpuzzle?

Jetpuzzle是由https://jetpuzzle.net开发的Chrome扩展程序,该扩展的主要功能是“Find the cheapest tickets for your next flight”。

扩展截图

screenshot
screenshot

下载Jetpuzzle扩展crx文件

下载Jetpuzzle扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Jetpuzzle will find the cheapest tickets for your next flight                    

扩展基本信息

名称 Jetpuzzle Jetpuzzle
ID npfembjlphenkaefgeokfciglehfffmj
官方URL https://chromewebstore.google.com/detail/jetpuzzle/npfembjlphenkaefgeokfciglehfffmj
简介 Find the cheapest tickets for your next flight
文件大小 101 KB
安装次数 1,336
当前版本 0.2.11
更新时间 2018-03-14
上架时间 2018-03-14
评分 3.55/5 共20次评分
开发者 https://jetpuzzle.net
电子邮箱 [email protected]
付费类型 free
扩展官网 https://jetpuzzle.net
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jetpuzzle",
    "version": "0.2.11",
    "description": "Find the cheapest tickets for your next flight",
    "author": "svetlikov",
    "icons": {
        "16": "jp.png",
        "48": "jp.png",
        "128": "jp.png"
    },
    "browser_action": {
        "default_icon": "jp.png",
        "default_title": "Jetpuzzle"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/www.google.com\/*",
        "*:\/\/*.aviasales.ru\/*"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "flightsfucker.js",
        "awesomplete.min.js",
        "style.css",
        "sky.jpg"
    ]
}