File Extension Search
Lookup file extensions from FileInfo.com - The Central File Extensions Registry.
Qu'est-ce que File Extension Search ?
File Extension Search est une extension Chrome développée par https://www.fileinfo.com, et sa fonction principale est "Lookup file extensions from FileInfo.com - The Central File Extensions Registry.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension File Extension Search
Téléchargez les fichiers d'extension File Extension Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | aokplfbmdelppecfeagdfbijgfcljfna |
URL Officiel | https://chromewebstore.google.com/detail/file-extension-search/aokplfbmdelppecfeagdfbijgfcljfna |
Description | Lookup file extensions from FileInfo.com - The Central File Extensions Registry. |
Taille du Fichier | 48.71 KB |
Nombre d'Installations | 357 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2012-10-26 |
Date de Publication | 2012-10-25 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | https://www.fileinfo.com |
Type de Paiement | free |
URL de la Page d'Aide | http://www.fileinfo.com/help/chrome_extension |
Langues Prises en Charge | 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" } } |