Transfer Assistance
Short Cut Add-on for Transit Sites
Co je Transfer Assistance?
Transfer Assistance je rozšíření Chrome vyvinuté https://tanaike.jp, a jeho hlavní funkcí je „Short Cut Add-on for Transit Sites“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Transfer Assistance
Stáhněte si soubory rozšíření Transfer Assistance ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | hgifmbhpligheheinijibplofmnlpefp |
Oficiální URL | https://chromewebstore.google.com/detail/transfer-assistance/hgifmbhpligheheinijibplofmnlpefp |
Popis | Short Cut Add-on for Transit Sites |
Velikost souboru | 51.92 KB |
Počet instalací | 1,865 |
Aktuální Verze | 1.52 |
Poslední Aktualizace | 2022-06-24 |
Datum Vydání | 2018-03-02 |
Hodnocení | 3.80/5 Celkem 5 Hodnocení |
Vývojář | https://tanaike.jp |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://tanaike.jp/ |
URL Stránky Nápovědy | https://tanaike.jp/ |
URL Stránky Zásad Ochrany Soukromí | https://tanaike.jp/tospp |
Podporované Jazyky | 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" ] } |