Hidden Tickets
Find the cheapest tickets for your next flight
什么是Hidden Tickets?
Hidden Tickets是由http://hiddentickets.com开发的Chrome扩展程序,该扩展的主要功能是“Find the cheapest tickets for your next flight”。
扩展截图
下载Hidden Tickets扩展crx文件
下载Hidden Tickets扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Find the cheapest tickets for your next flight. We use some magic. Just run the plugin and wait for amazing results.
扩展基本信息
名称 | |
ID | cfkkhmokjhiiekijpnmlailhheohpdbo |
官方URL | https://chrome.google.com/webstore/detail/hidden-tickets/cfkkhmokjhiiekijpnmlailhheohpdbo |
简介 | Find the cheapest tickets for your next flight |
文件大小 | 148 KB |
安装次数 | 392 |
当前版本 | 0.1.29 |
更新时间 | 2016-03-20 |
上架时间 | 2016-03-20 |
评分 | 4.75/5 共4次评分 |
开发者 | http://hiddentickets.com |
付费类型 | free |
扩展官网 | http://hiddentickets.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hidden Tickets", "version": "0.1.29", "description": "Find the cheapest tickets for your next flight", "author": "svetlikov", "icons": { "16": "hiddentickets.png", "48": "hiddentickets.png", "128": "hiddentickets.png" }, "browser_action": { "default_icon": "hiddentickets.png", "default_title": "Hidden Tickets" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "https:\/\/www.google.de\/*" ], "manifest_version": 2, "web_accessible_resources": [ "flightsfucker.js", "awesomplete.min.js", "style.css", "sky.jpg" ] } |