Transfer Assistance

Short Cut Add-on for Transit Sites

What is Transfer Assistance?

Transfer Assistance is a Chrome extension developed by https://tanaike.jp, and its main feature is "Short Cut Add-on for Transit Sites".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Transfer Assistance Extension CRX File

Download Transfer Assistance 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

                        Transfer Assistance is Short Cut Extension for Transit Sites
Transfer Assistance Icon show the dialog to input.
You input a departure/arrival station and you can jump transit site easily.

[The supported transit sites]
This add-on supports the following sites:
- Google Transit(default)
- Navitime Transit
- Yahoo Transit

[History Manager]
This add-on save 10 history data and you can use it by pull-down-menu.

[Default Depart Station]
This add-on allows a user set the default depart station on option.

[Supported language]
English / Japanese                    

Extension Basic Information

Name Transfer Assistance Transfer Assistance
ID hgifmbhpligheheinijibplofmnlpefp
Official URL https://chromewebstore.google.com/detail/transfer-assistance/hgifmbhpligheheinijibplofmnlpefp
Description Short Cut Add-on for Transit Sites
File Size 51.92 KB
Installation Count 1,865
Current Version 1.52
Last Updated 2022-06-24
Publish Date 2018-03-02
Rating 3.80/5 Total 5 Ratings
Developer https://tanaike.jp
Email [email protected]
Payment Type free
Extension Website https://tanaike.jp/
Help Page URL https://tanaike.jp/
Privacy Policy Page URL https://tanaike.jp/tospp
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "19": "icon19.png",
            "16": "icon16.png",
            "32": "icon32.png"
        },
        "default_title": "Transfer Assistance",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "name": "Transfer Assistance",
    "description": "__MSG_extDesc__",
    "version": "1.52",
    "default_locale": "en",
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ]
}