Amtrak Enhancements
Enhances Amtrak's website.
What is Amtrak Enhancements?
Amtrak Enhancements is a Chrome extension developed by rpwoodbu, and its main feature is "Enhances Amtrak's website.".
Download Amtrak Enhancements Extension CRX File
Download Amtrak Enhancements 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
Currently does one thing: Adds "Add to Google Calendar" links to the itinerary page for each leg of your itinerary.
Extension Basic Information
Name | ![]() |
ID | aipkgnbgpkigghmmlddifjpimenlmgdf |
Official URL | https://chrome.google.com/webstore/detail/amtrak-enhancements/aipkgnbgpkigghmmlddifjpimenlmgdf |
Description | Enhances Amtrak's website. |
File Size | 3.61 KB |
Installation Count | 165 |
Current Version | 0.4 |
Last Updated | 2012-10-02 |
Publish Date | 2012-10-02 |
Rating | 4.00/5 Total 2 Ratings |
Developer | rpwoodbu |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amtrak Enhancements", "version": "0.4", "description": "Enhances Amtrak's website.", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/tickets.amtrak.com\/itd\/amtrak*", "https:\/\/tickets.amtrak.com\/itd\/amtrak*" ], "js": [ "fix_ticket.js" ], "run_at": "document_end" } ] } |