File Extension Search

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

What is File Extension Search?

File Extension Search is a Chrome extension developed by https://www.fileinfo.com, and its main feature is "Lookup file extensions from FileInfo.com - The Central File Extensions Registry.".

Extension Screenshots

screenshot

Download File Extension Search Extension CRX File

Download File Extension Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name File Extension Search File Extension Search
ID aokplfbmdelppecfeagdfbijgfcljfna
Official URL https://chromewebstore.google.com/detail/file-extension-search/aokplfbmdelppecfeagdfbijgfcljfna
Description Lookup file extensions from FileInfo.com - The Central File Extensions Registry.
File Size 48.71 KB
Installation Count 357
Current Version 1.1
Last Updated 2012-10-26
Publish Date 2012-10-25
Rating 4.75/5 Total 4 Ratings
Developer https://www.fileinfo.com
Payment Type free
Help Page URL http://www.fileinfo.com/help/chrome_extension
Supported Languages 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"
    }
}