First Flight
First Flight
什麼是First Flight?
First Flight是由HYC開發的Chrome擴展程式,該擴展的主要功能是“First Flight”。
擴展截圖
下載First Flight擴展crx文件
下載First Flight擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
First attested in English in the late 19th century (prior to the first sustained powered flight), the word airplane, like aeroplane, derives from the French aéroplane, which comes from the Greek ἀήρ (aēr), "air"[3] and either Latin planus, "level",[4] or Greek πλάνος (planos), "wandering".[5][6] "Aéroplane" originally referred just to the wing, as it is a plane moving through the air.[7] In an example of synecdoche, the word for the wing came to refer to the entire aircraft. In the United States and Canada, the term "airplane" is used for powered fixed-wing aircraft. In the United Kingdom and most of the Commonwealth, the term "aeroplane" (/ˈɛərəpleɪn/[7]) is usually applied to these aircraft.
擴展基本資訊
名稱 | |
ID | hgplffcnddodaddbifpdfklejhdplmbc |
官方網址 | https://chrome.google.com/webstore/detail/first-flight/hgplffcnddodaddbifpdfklejhdplmbc |
簡介 | First Flight |
檔案大小 | 13.65 KB |
安裝次數 | 130 |
目前版本 | 1.0 |
更新時間 | 2018-03-08 |
上架時間 | 2018-03-08 |
開發者 | HYC |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "First Flight", "description": "First Flight", "author": "HRest Homee", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "bg.js" ] }, "icons": { "128": "images\/icon128.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": { "128": "images\/icon128.png" }, "default_title": "First Flight" } } |