Airport Code Explainer
Look for IATA airport codes in a page and give them a tooltip with the full airport name.
什麼是Airport Code Explainer?
Airport Code Explainer是由Gilmore Davidson開發的Chrome擴展程式,該擴展的主要功能是“Look for IATA airport codes in a page and give them a tooltip with the full airport name.”。
擴展截圖
下載Airport Code Explainer擴展crx文件
下載Airport Code Explainer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
People on social media will often post details of where they’re flying by just referencing airport codes. This is fine if you know which airports the (sometimes obscure) codes refer to. This extension finds any airport codes in the text of the current page, and adds a tooltip with the full airport name. Press the plane icon to add the tooltips when needed. The extension doesn’t run automatically on any pages as there are too many false positives for common abbreviations (such as ATM and PDF). I originally made this just to be lazy when I’m looking at Twitter, so it’s very simple at the moment. I’m open to suggestions for improving the extension. • Code is open source at https://github.com/gilmoreorless/convert-airport-codes • Airport data provided in the Public Domain by OurAirports: http://ourairports.com/data/ • Icon from EmojiOne, licensed CC-BY 4.0: http://emojione.com/
擴展基本資訊
名稱 | Airport Code Explainer |
ID | mceehpfaopbngcflhlgkabgjonnngmjf |
官方網址 | https://chromewebstore.google.com/detail/airport-code-explainer/mceehpfaopbngcflhlgkabgjonnngmjf |
簡介 | Look for IATA airport codes in a page and give them a tooltip with the full airport name. |
檔案大小 | 179 KB |
安裝次數 | 259 |
目前版本 | 1.1.3 |
更新時間 | 2020-12-15 |
上架時間 | 2019-03-17 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Gilmore Davidson |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/gilmoreorless/convert-airport-codes |
說明頁面URL | https://github.com/gilmoreorless/convert-airport-codes |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Airport Code Explainer", "short_name": "Airport Codes", "version": "1.1.3", "manifest_version": 2, "description": "Look for IATA airport codes in a page and give them a tooltip with the full airport name.", "icons": { "16": "icons\/icon-16.png", "19": "icons\/icon-19.png", "32": "icons\/icon-32.png", "38": "icons\/icon-38.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Explain IATA airport codes" }, "permissions": [ " |