-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6fcd758
commit ba74b62
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# chromium-web-store | ||
Allows adding extensions from chrome web store on unsupported chromium derivatives like ungoogled-chromium. | ||
You can click the badge to check for updates to any web store extensions, it will also check automatically when you first start chromium. | ||
If you wish to install the extensions directly instead of just downloading them, you must change the flag `chrome://flags/#extension-mime-request-handling` to `Always prompt for install`. | ||
To install this extension, drag and drop the .crx into your `chrome://extensions` page. | ||
Click the badge to check for updates to web store extensions; an automatic check will be done every time chromium starts. | ||
If you wish to install extensions directly instead of just downloading them, you must change the flag `chrome://flags/#extension-mime-request-handling` to `Always prompt for install`. | ||
To install this extension: either set the flag as described or drag and drop the .crx into your `chrome://extensions` page. |