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"
    }
}