Simply PNR
Simply enter the Indian Railways/IRCTC PNR number and get current PNR status
什么是Simply PNR?
Simply PNR是由App Kichidi开发的Chrome扩展程序,该扩展的主要功能是“Simply enter the Indian Railways/IRCTC PNR number and get current PNR status”。
扩展截图
下载Simply PNR扩展crx文件
下载Simply PNR扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simply enter the PNR number and get the current status without leaving the current page. Also, enter the PNR number and forget it. This extension stores up to four PNR numbers entered by you for checking the status easily by clicking on the previously entered PNR number.
扩展基本信息
名称 | |
ID | mnmepdpnanecdnlemfpkgeeoblhkhfoo |
官方URL | https://chrome.google.com/webstore/detail/simply-pnr/mnmepdpnanecdnlemfpkgeeoblhkhfoo |
简介 | Simply enter the Indian Railways/IRCTC PNR number and get current PNR status |
文件大小 | 273 KB |
安装次数 | 372 |
当前版本 | 2.0.33 |
更新时间 | 2015-12-18 |
上架时间 | 2015-12-18 |
评分 | 4.14/5 共22次评分 |
开发者 | App Kichidi |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simply PNR", "description": "Simply enter the Indian Railways\/IRCTC PNR number and get current PNR status", "version": "2.0.33", "permissions": [ "http:\/\/www.indianrail.gov.in\/*", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_popup": "index.html", "default_icon": "img\/icon.png" }, "icons": { "16": "img\/icon.png", "128": "img\/128-train.png" }, "content_scripts": [ { "all_frames": true, "js": [ "lib\/jquery\/jquery-1.10.2.min.js", "js\/xframe.js" ], "matches": [ "*:\/\/*.indianrail.gov.in\/*" ], "run_at": "document_end" } ] } |