12306 Order Filter
Help display orders and query easily
什么是12306 Order Filter?
12306 Order Filter是由Abel Liu开发的Chrome扩展程序,该扩展的主要功能是“Help display orders and query easily”。
扩展截图
下载12306 Order Filter扩展crx文件
下载12306 Order Filter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Defocus orders which were refunded. Set default query conditions to get result quickly. Sort by any time you want.
扩展基本信息
名称 | |
ID | mpcfdecnhackcaeafaldelbnbkdkaloe |
官方URL | https://chrome.google.com/webstore/detail/12306-order-filter/mpcfdecnhackcaeafaldelbnbkdkaloe |
简介 | Help display orders and query easily |
文件大小 | 37.58 KB |
安装次数 | 102 |
当前版本 | 1.0.2 |
更新时间 | 2016-12-29 |
上架时间 | 2016-12-29 |
评分 | 3.50/5 共4次评分 |
开发者 | Abel Liu |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "12306 Order Filter", "description": "Help display orders and query easily", "version": "1.0.2", "content_scripts": [ { "js": [ "jquery-1.12.0.min.js", "hide.js" ], "matches": [ "*:\/\/kyfw.12306.cn\/otn\/queryOrder\/init*" ] } ], "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ] } |