12306 Order Filter
Help display orders and query easily
What is 12306 Order Filter?
12306 Order Filter is a Chrome extension developed by Abel Liu, and its main feature is "Help display orders and query easily".
Extension Screenshots
Download 12306 Order Filter Extension CRX File
Download 12306 Order Filter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Defocus orders which were refunded. Set default query conditions to get result quickly. Sort by any time you want.
Extension Basic Information
Name | |
ID | mpcfdecnhackcaeafaldelbnbkdkaloe |
Official URL | https://chrome.google.com/webstore/detail/12306-order-filter/mpcfdecnhackcaeafaldelbnbkdkaloe |
Description | Help display orders and query easily |
File Size | 37.58 KB |
Installation Count | 102 |
Current Version | 1.0.2 |
Last Updated | 2016-12-29 |
Publish Date | 2016-12-29 |
Rating | 3.50/5 Total 4 Ratings |
Developer | Abel Liu |
[email protected] | |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } |