Location of CRX in chrome after installation? -


I'm doing a project that includes a browser extension In Firefox, I locate the location where the extension is downloaded After (under your profile folder) and I was wondering where chrome hides the cranks after installing them? Especially in Mac.

I am doing this cause, I know how other people have especially solved the problem of XBOOM and are moving forward on some issues with Chrome extensions.

The CRX files are basically zip files, after installing the extension extension, all the files have the extension ID According to the names folder. To get the extension ID, go to chrome: // extensions / and make sure the developer mode is checked.

Install Chrome extension directories:

Mac

  / user / USERNAME / library / application support / Google / Chrome / default / extension  

Windows 7
  C: \ user \ user name \ AppData \ local \ Google \ user data \ default extension  

Windows XP

  C: \ Documents and Settings \ USERNAME \ Local Settings \ Application Data \ Google \ Chrome User Data \ Default  

Linux L

  ~ / .config / google-chrome / default / extensions  Note:  additional directories are created when you have multiple profiles in Chrome. To reach the installed extensions for the second profile, replace  / default  with  / profile 1 . 


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -