Transfer Assistance

Short Cut Add-on for Transit Sites

Transfer Assistance란 무엇입니까?

Transfer Assistance은(는) https://tanaike.jp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Short Cut Add-on for Transit Sites"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Transfer Assistance 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Transfer Assistance Transfer Assistance
ID hgifmbhpligheheinijibplofmnlpefp
공식 URL https://chromewebstore.google.com/detail/transfer-assistance/hgifmbhpligheheinijibplofmnlpefp
설명 Short Cut Add-on for Transit Sites
파일 크기 51.92 KB
설치 횟수 1,865
현재 버전 1.52
최근 업데이트 2022-06-24
출시 날짜 2018-03-02
평점 3.80/5 총 5 개의 평점
개발자 https://tanaike.jp
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tanaike.jp/
도움말 페이지 URL https://tanaike.jp/
개인정보 보호 정책 페이지 URL https://tanaike.jp/tospp
지원되는 언어 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"
    ]
}