First Flight

First Flight

First Flightคืออะไร?

First Flight เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HYC และคุณลักษณะหลักของมันคือ "First Flight"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย First Flight

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ First Flight First Flight
ID hgplffcnddodaddbifpdfklejhdplmbc
URL อย่างเป็นทางการ 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"
    }
}