File Extension Search
Lookup file extensions from FileInfo.com - The Central File Extensions Registry.
Cos'è File Extension Search?
File Extension Search è un'estensione di Chrome sviluppata da https://www.fileinfo.com, e la sua funzione principale è "Lookup file extensions from FileInfo.com - The Central File Extensions Registry.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione File Extension Search
Scarica i file di estensione File Extension Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | aokplfbmdelppecfeagdfbijgfcljfna |
URL Ufficiale | https://chromewebstore.google.com/detail/file-extension-search/aokplfbmdelppecfeagdfbijgfcljfna |
Descrizione | Lookup file extensions from FileInfo.com - The Central File Extensions Registry. |
Dimensione del File | 48.71 KB |
Conteggio Installazioni | 357 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2012-10-26 |
Data di Pubblicazione | 2012-10-25 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | https://www.fileinfo.com |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | http://www.fileinfo.com/help/chrome_extension |
Lingue Supportate | 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" } } |