Skip to content

Commit

Permalink
Update CWS link and set year to 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob--W committed Dec 10, 2023
1 parent 477858d commit beb8daf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Chrome extension source viewer (CRX Viewer)

View the source code of any Chrome extension in the Chrome Web store without installing it.
https://chrome.google.com/webstore/detail/chrome-extension-source-v/jifpbeccnghkjeaalbbjmodiffmgedin
https://chromewebstore.google.com/detail/chrome-extension-source-v/jifpbeccnghkjeaalbbjmodiffmgedin

Also available for Opera and Opera's add-on gallery.
https://addons.opera.com/extensions/details/extension-source-viewer/
Expand Down Expand Up @@ -52,7 +52,7 @@ hosted elsewhere. Further, there is an option to show a contextmenu entry on lin
is a Chromium extension. Both features can be toggled at the options page.

## Copyright
(c) 2013 - 2022 Rob Wu <[email protected]> (https://robwu.nl/)
(c) 2013 - 2023 Rob Wu <[email protected]> (https://robwu.nl/)

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
4 changes: 2 additions & 2 deletions src/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
<a href="crxviewer.html">Open Viewer</a> - select a CRX / NEX / XPI / ZIP file to view its contents.
</label>
<footer>
&copy; 2013 - 2022 Rob Wu &lt;[email protected]&gt;
&copy; 2013 - 2023 Rob Wu &lt;[email protected]&gt;
&bull; <a href="https://github.com/Rob--W/crxviewer">Source code on Github</a>
&bull; <a href="https://chrome.google.com/webstore/detail/chrome-extension-source-v/jifpbeccnghkjeaalbbjmodiffmgedin">Chrome Web Store listing</a>
&bull; <a href="https://chromewebstore.google.com/detail/chrome-extension-source-v/jifpbeccnghkjeaalbbjmodiffmgedin">Chrome Web Store listing</a>
&bull; <a href="https://addons.opera.com/en/extensions/details/extension-source-viewer/">Opera addon listing</a>
&bull; <a href="https://addons.mozilla.org/firefox/addon/crxviewer/">Firefox addon listing</a>
</footer>
Expand Down

0 comments on commit beb8daf

Please sign in to comment.