File Extension Search

Lookup file extensions from FileInfo.com - The Central File Extensions Registry.

File Extension Searchคืออะไร?

File Extension Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.fileinfo.com และคุณลักษณะหลักของมันคือ "Lookup file extensions from FileInfo.com - The Central File Extensions Registry."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย File Extension Search

ดาวน์โหลดไฟล์ส่วนขยาย File Extension Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The File Extension Search chrome extension allows you to look up information about file extensions directly from the Google Chrome toolbar.  Simply click the FileInfo.com icon and type an extension in the search box.  It is an easy way to look up information about downloaded files before you open them.                    

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

ชื่อ File Extension Search File Extension Search
ID aokplfbmdelppecfeagdfbijgfcljfna
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/file-extension-search/aokplfbmdelppecfeagdfbijgfcljfna
คำอธิบาย Lookup file extensions from FileInfo.com - The Central File Extensions Registry.
ขนาดไฟล์ 48.71 KB
จำนวนการติดตั้ง 357
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2012-10-26
วันที่เผยแพร่ 2012-10-25
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://www.fileinfo.com
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://www.fileinfo.com/help/chrome_extension
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "File Extension Search",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Lookup file extensions from FileInfo.com - The Central File Extensions Registry.",
    "icons": {
        "16": "images\/icon19.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": "background.html",
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "File Extension Search",
        "default_popup": "popup.html"
    }
}