Flight Diary BTS Add-In
Search BTS Flight Data to get aircraft registration info into Flight Diary
Τι είναι το Flight Diary BTS Add-In;
Το Flight Diary BTS Add-In είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.wandr.me, και η κύρια λειτουργία του είναι "Search BTS Flight Data to get aircraft registration info into Flight Diary".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Flight Diary BTS Add-In
Λήψη αρχείων επέκτασης Flight Diary BTS Add-In σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Make your Flight Diary data more complete with this shortcut to look up aircraft registration details for flights operating within the USA. Loading a flight edit page will now automatically display the aircraft registration N-Number if it is a domestic US flight since 1995 with the DoT filing the data. For a new entry click on the icon to run a search. If editing an existing flight just click the registration number and it will copy automagically into the correct field on Flight Diary to update your trip details!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | cnmekglbpdomddfofdbmhlhimoblbbch |
Επίσημο URL | https://chrome.google.com/webstore/detail/flight-diary-bts-add-in/cnmekglbpdomddfofdbmhlhimoblbbch |
Περιγραφή | Search BTS Flight Data to get aircraft registration info into Flight Diary |
Μέγεθος Αρχείου | 25.57 KB |
Αριθμός Εγκαταστάσεων | 49 |
Τρέχουσα Έκδοση | 0.1.0 |
Τελευταία Ενημέρωση | 2015-03-20 |
Ημερομηνία Δημοσίευσης | 2015-03-20 |
Αξιολόγηση | 4.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | http://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:\/\/flightdiary.net\/edit-flight\/*", "http:\/\/flightdiary.net\/add-flight" ], "js": [ "BTS-FD.user.js" ], "matches": [ "http:\/\/flightdiary.net\/edit-flight\/*", "http:\/\/flightdiary.net\/add-flight" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "Search BTS Flight Data to get aircraft registration info into Flight Diary", "name": "Flight Diary BTS Add-In", "version": "0.1.0", "homepage_url": "http:\/\/wandr.me\/", "short_name": "BTS-FlightDiary", "web_accessible_resources": [ "BTS-FD.user.js" ], "icons": { "16": "icon16.jpg", "48": "icon48.jpg", "128": "icon128.jpg" } } |