Skip to content

Releases: NeverDecaf/chromium-web-store

1.4.4.3

03 Apr 01:00
Compare
Choose a tag to compare

Changelog

  • Added Spanish translation (courtesy of @IlDucci)

1.4.4.2

27 Feb 00:04
Compare
Choose a tag to compare

Changelog

  • Added Turkish translation (courtesy of @metezd)

1.4.4.1

18 Feb 21:06
Compare
Choose a tag to compare

Changelog

  • Added Norwegian translation (courtesy of @dh-ctrl)
  • Fixed broken nolocale version

1.4.4

31 Jan 17:57
Compare
Choose a tag to compare

Changelog

  • Will now display Remove from Chromium in the web store if extension is already installed. #83

1.4.3

09 Dec 10:33
Compare
Choose a tag to compare

Changelog

  • Added Chinese translation (courtesy of @efreedev)
  • Fixed some cases where the "Add to Chromium" button wasn't being replaced in the Chrome Web Store.
  • Add support for Edge and Opera web stores, extensions installed from these sources WILL NOT be checked for updates (see #55)
  • Added a link to the Chrome Web Store in the badge context menu.

1.4.0

25 May 06:52
Compare
Choose a tag to compare

Changelog

  • Fixed dark mode so it's actually readable.
  • Added a rudimentary import/export feature in options.
    To use: Copy the text to a file to "export" your extension list. Paste it into the textarea and press Install All to "import". Read the note below

Read the following if you plan to use the import/export feature

The list of extensions will not include those without an updateUrl defined in the extension's manifest.json. This includes the vast majority of extensions not from the Chrome Web Store. This is not creating a backup of your files, only a list of extension ids, meaning when you import this list on another system, some extensions may be unavailable due to a missing source (removed from CWS, for example). When importing, you will only get the latest version of each extension, regardless of which version you had when you made the export. Lastly, your configuration will not be saved, import just does a fresh install of all extensions in the list.

Do not use this feature as a backup strategy

1.3.0

20 Mar 23:52
Compare
Choose a tag to compare

Changelog

  • Now allows you to set a custom update check interval in options.

1.2.3

21 Feb 07:11
Compare
Choose a tag to compare

Changelog

  • No longer checks for the status attribute when updating non-webstore extensions as it isn't mentioned in Google's documentation.

1.2.2

21 Feb 02:19
Compare
Choose a tag to compare

Changelog

  • Will now allow you to "fix" failed update checks on non-webstore extensions that are caused by missing permissions (#59). To do so, click on the wrench icon that appears when an update check fails.

Note: There is no way (I know of) to determine if the update failed due to CORS policy or some other network error, so this may not always fix the issue. If you still see an Update Failed notice after granting the permission then please open an issue.

1.2.1b

18 Feb 04:45
Compare
Choose a tag to compare

Changelog

  • Fixed Brazilian Portuguese translation #58