File Extension Search

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

什麼是File Extension Search?

File Extension Search是由https://www.fileinfo.com開發的Chrome擴展程式,該擴展的主要功能是“Lookup file extensions from FileInfo.com - The Central File Extensions Registry.”。

擴展截圖

screenshot

下載File Extension Search擴展crx文件

下載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
官方網址 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"
    }
}