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 |
Eメール | [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:\/\/*\/*" ] } |