乐闻世界logo
搜索文章和话题

How to find Chrome extension id

1个答案

1

Follow these steps to locate the unique ID of a Chrome extension:

  1. Open Chrome browser: First, ensure Google Chrome is installed on your computer.

  2. Navigate to the extensions management page:

    • Type chrome://extensions in the address bar and press Enter.
    • Alternatively, click the three dots in the top-right corner (More tools), select "More tools", and then click "Extensions".
  3. Enable Developer mode:

    • Toggle the "Developer mode" switch in the top-right corner to enable it. Once activated, the page will display additional information and buttons.
  4. Find the extension's ID:

    • After enabling Developer mode, each installed extension will show an ID field below it, which is the unique ID.
    • The ID is a long string of alphanumeric characters, typically appearing as follows: aapbdbdomjkkjkaonfhkkikfgjllcleb

Example:

Suppose you need to find the ID for the "LastPass" password manager extension. Follow these steps:

  • Open Chrome and type chrome://extensions
  • Enable Developer mode
  • Locate "LastPass" in the extensions list; its ID will be visible below it.

With this ID, you can perform advanced operations, such as programmatically installing or managing extensions. I hope this example helps you better understand how to find the unique ID of a Chrome extension.

2024年6月29日 12:07 回复

你的答案