File Extension Search
Lookup file extensions from FileInfo.com - The Central File Extensions Registry.
Vad är File Extension Search?
File Extension Search är en Chrome-tillägg utvecklad av https://www.fileinfo.com, och dess huvudfunktion är "Lookup file extensions from FileInfo.com - The Central File Extensions Registry.".
Tilläggsskärmbilder
Ladda ner File Extension Search-förlängningens CRX-fil
Ladda ner File Extension Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | aokplfbmdelppecfeagdfbijgfcljfna |
Officiell webbadress | https://chromewebstore.google.com/detail/file-extension-search/aokplfbmdelppecfeagdfbijgfcljfna |
Beskrivning | Lookup file extensions from FileInfo.com - The Central File Extensions Registry. |
Filstorlek | 48.71 KB |
Antal Installationer | 357 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2012-10-26 |
Publiceringsdatum | 2012-10-25 |
Betyg | 4.75/5 Totalt 4 Betyg |
Utvecklare | https://www.fileinfo.com |
Betalningssätt | free |
Hjälpsida URL | http://www.fileinfo.com/help/chrome_extension |
Stödda Språk | 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" } } |