File Extension Search

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

Co to jest File Extension Search?

File Extension Search to rozszerzenie Chrome opracowane przez https://www.fileinfo.com, a jego główną funkcją jest „Lookup file extensions from FileInfo.com - The Central File Extensions Registry.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia File Extension Search

Pobierz pliki rozszerzeń File Extension Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa File Extension Search File Extension Search
ID aokplfbmdelppecfeagdfbijgfcljfna
Oficjalny URL https://chromewebstore.google.com/detail/file-extension-search/aokplfbmdelppecfeagdfbijgfcljfna
Opis Lookup file extensions from FileInfo.com - The Central File Extensions Registry.
Rozmiar pliku 48.71 KB
Liczba instalacji 357
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2012-10-26
Data Publikacji 2012-10-25
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper https://www.fileinfo.com
Typ Płatności free
Adres URL Strony Pomocy http://www.fileinfo.com/help/chrome_extension
Obsługiwane Języki 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"
    }
}