Skip to content

Instantly share code, notes, and snippets.

@flamanta
Created June 18, 2019 05:17
Show Gist options
  • Save flamanta/6150b6c9fe201ac6c5e2e5d34ba56757 to your computer and use it in GitHub Desktop.
Save flamanta/6150b6c9fe201ac6c5e2e5d34ba56757 to your computer and use it in GitHub Desktop.
Copy Chrome extensions locally between computers

Copying Chrome extensions locally between computers

Retrieved from Super User.

  1. Locate the extension folder from an existing installation. You should find it in

     Chrome user data directory → Extensions → {a 32 "a→p" character hash}
    

    The Chrome user data directory is found under Profile Path at chrome://extensions.

    It should be fairly obvious which hash corresponds to which extension upon inspection, but you can often find a readme.txt, or a messages.json file in a _locales sudfolder, from which you can identify the extension.

  2. Copy this folder to the new computer.

  3. Go to chrome://extensions in the target Chrome browser and enable Developer mode by the checkbox in the upper right.

  4. Press Load unpacked extension... and choose the version-number folder inside the desired extension folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment