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