How do I transfer chrome extensions to another 'Person'?

Solution 1:

Extensions are stored in that person's Chrome profile, which can be found at %userprofile%\appdata\local\google\chrome\user data. Extensions are contained in seperate folders within the Default directory. Transferring the extension is as simple as copying or moving the folder from the original user's folder to the target user's folder. I know this can be done because I have done it before and currently sync my Chrome extensions and bookmarks across a domain by using a batch file to sync the files and it works flawlessly. These same principles apply to your history, settings, bookmarks, etc... most of your Chrome data is stored in this folder.

Your extensions will typically be in a folder with many letters and numbers in the folder name. That is the unique ID of the extension.

Hope this works for you,