Today, we upgraded Google Chrome to the latest version. When installing the extension script, we found that the chrome 21 + Series added restrictions on the installation of extension plug-ins. Users can only install Google Chrome (chrome store) is very depressing. After searching for relevant information, the solution is as follows:
1. Install Google App Store (chrome store)ExternalExtension
1. Install extension plug-ins outside Google App Store (chrome store)Program, And save it to the local disk. Drag the saved *. CRX file or *. js file to the "extension" page of the browser (that is, enter:Chrome: // Chrome/extensions/).
2. Right-click Chrome's desktop shortcut-properties, and add a parameter after "target ".
1 |
--Enable-Easy-Off-Store-Extension-Install |
Then click the installation link to install the SDK.
Note: There are spaces in the middle !! Remember !! The demo is as follows:
2. Install Google App Store (chrome store)InternalExtension
Because of the influence of Google's exit from China, Google's browser usage in China is not optimistic. At the same time, extensions in Google App Store (chrome store) may also encounter errors from time to time and cannot be installed. The following describes how to install extension plug-ins in Google App Store (chrome store) online, which is simple, fast, and effective.
Reminder: chrome 21 + and later versions need to drag the saved *. CRX file or *. js file directly to the browser's "extension" Page (that is, enter in the address bar of Google Chrome:Chrome: // Chrome/extensions/).