FlyerTalk IATA Overlay
Shows airport details when IATA codes are highlighted on screen
FlyerTalk IATA Overlayとは何ですか?
FlyerTalk IATA Overlayはhttps://www.wandr.meによって開発されたChromeの拡張機能で、その主な機能は「Shows airport details when IATA codes are highlighted on screen」です。
拡張機能のスクリーンショット
FlyerTalk IATA Overlay拡張機能のCRXファイルをダウンロード
FlyerTalk IATA Overlay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Show airport and airline codes on FlyerTalk for selected text
拡張機能の基本情報
名前 | FlyerTalk IATA Overlay |
ID | aohdjnnffnkpcefhaeenhkkgjfcaleoo |
公式URL | https://chromewebstore.google.com/detail/flyertalk-iata-overlay/aohdjnnffnkpcefhaeenhkkgjfcaleoo |
説明 | Shows airport details when IATA codes are highlighted on screen |
ファイルサイズ | 74.88 KB |
インストール数 | 35 |
現在のバージョン | 0.1.0 |
最終更新日 | 2015-05-30 |
公開日 | 2015-05-30 |
開発者 | https://www.wandr.me |
支払い方法 | free |
拡張機能のウェブサイト | http://blog.wandr.me/browser-extensions/ |
ヘルプページのURL | http://blog.wandr.me/browser-extensions/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "include_globs": [ "http:\/\/flyertalk.com\/*", "https:\/\/flyertalk.com\/*", "http:\/\/*.flyertalk.com\/*", "https:\/\/*.flyertalk.com\/*" ], "js": [ "IATA.user.js" ], "matches": [ "http:\/\/flyertalk.com\/*", "https:\/\/flyertalk.com\/*", "http:\/\/*.flyertalk.com\/*", "https:\/\/*.flyertalk.com\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "Shows airport details when IATA codes are highlighted on screen", "name": "FlyerTalk IATA Overlay", "version": "0.1.0", "homepage_url": "http:\/\/wandr.me\/", "short_name": "IATA", "web_accessible_resources": [ "IATA.user.js" ], "icons": { "16": "icon16.jpg", "48": "icon48.jpg", "128": "icon128.jpg" } } |