File Extension Search

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

Was ist File Extension Search?

File Extension Search ist eine Chrome-Erweiterung, die von https://www.fileinfo.com entwickelt wurde, und ihr Hauptmerkmal ist "Lookup file extensions from FileInfo.com - The Central File Extensions Registry.".

Erweiterungsscreenshots

screenshot

File Extension Search-Erweiterungs-CRX-Datei herunterladen

Laden Sie File Extension Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name File Extension Search File Extension Search
ID aokplfbmdelppecfeagdfbijgfcljfna
Offizielle URL https://chromewebstore.google.com/detail/file-extension-search/aokplfbmdelppecfeagdfbijgfcljfna
Beschreibung Lookup file extensions from FileInfo.com - The Central File Extensions Registry.
Dateigröße 48.71 KB
Installationsanzahl 357
Aktuelle Version 1.1
Letztes Update 2012-10-26
Veröffentlichungsdatum 2012-10-25
Bewertung 4.75/5 Insgesamt 4 Bewertungen
Entwickler https://www.fileinfo.com
Zahlungsart free
Hilfeseite URL http://www.fileinfo.com/help/chrome_extension
Unterstützte Sprachen 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"
    }
}