| (ナビゲーター) plugins | 
					     | 
					プラグインを参照します | 
				
			
		
		
			- 書式
			
 - navigator.plugins[★].◆ 
			
- navigator.plugins.◆ 
			
-   ★=プラグイン参照番号 
			
-   ◆=プロパティ 
			
    - 文例
			
 - plgName = navigator.plugins[0].filename 
			
- plgType = navigator.plugins[0].type 
			
- plgDesc = navigator.plugins[0].description 
			
- plgLength = navigator.plugins.length 
			
    - 上位オブジェクト
			
 - navigator 
			
 - 説明
			
 - プラグインを参照します。プラグインの数やファイル名、説明などを求めることが出来ます。 
			
 - 下位
			
 
description, 
filename, 
length, 
type 
			- 関連
			
 
mimeTypes, 
enabledPlugin, 
suffixes