Storage Location for Unpacked Extensions
Extension engine does not explicitly change their location or add a reference to its local paths, they are left in the place where there are selected from in all Operating Systems.
Ex: If i load a unpacked Extension from E:\Chrome Extension
the unpacked Extension is still in the same location
Storage Location for Packed Extensions
Navigate to chrome://version/
and look for Profile Path, it is your default directory and Extensions Folder is where all the extensions\app\themes
are stored
Ex:
Windows
If my Profile Path is C:\Users\<Your_User_Name>\AppData\Local\Google\Chrome\User Data\Default
them my storage directory is
C:\Users\<Your_User_Name>\AppData\Local\Google\Chrome\User Data\Default\Extensions
Linux
Chrome extensions are stored in: ~/.config/google-chrome/Default/Extensions/
Chromium
Chrome extensions are stored in ~/.config/chromium/Default/Extensions
출처 : http://stackoverflow.com/a/14544700
'컴퓨터공학 > Google API' 카테고리의 다른 글
URL을 지정해 새 탭 띄우기 (0) | 2013.06.06 |
---|---|
크롬 확장프로그램에서 구글 드라이브 연동 예제 (0) | 2013.05.20 |
크롬 확장프로그램 개발시 외부 스크립트 접근 (0) | 2013.05.20 |