Jetpuzzle
Find the cheapest tickets for your next flight
什麼是Jetpuzzle?
Jetpuzzle是由https://jetpuzzle.net開發的Chrome擴展程式,該擴展的主要功能是“Find the cheapest tickets for your next flight”。
擴展截圖
下載Jetpuzzle擴展crx文件
下載Jetpuzzle擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Jetpuzzle will find the cheapest tickets for your next flight
擴展基本資訊
名稱 | |
ID | npfembjlphenkaefgeokfciglehfffmj |
官方網址 | 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" ] } |