Difference between revisions of "Chrome Extension"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(Add licensing details)
m (Add link to new browser helpers page, which collects information about this and other browser extensions.)
Line 1: Line 1:
 +
__NOTOC__
 +
 
The [https://chrome.google.com/webstore/detail/explain-xkcd/fpmkngibepdfagmmmenjbfmgohlddakg Explain xkcd Chrome Extension] is an open source [https://en.wikipedia.org/wiki/Google_Chrome#Extensions Chrome extension] that allows users to navigate from [https://xkcd.com xkcd.com] to the corresponding wiki entry by just clicking a button.
 
The [https://chrome.google.com/webstore/detail/explain-xkcd/fpmkngibepdfagmmmenjbfmgohlddakg Explain xkcd Chrome Extension] is an open source [https://en.wikipedia.org/wiki/Google_Chrome#Extensions Chrome extension] that allows users to navigate from [https://xkcd.com xkcd.com] to the corresponding wiki entry by just clicking a button.
  
Line 12: Line 14:
  
 
The source can be found [https://github.com/kylejlin/explain-xkcd on GitHub], under the {{w|MIT License}}.
 
The source can be found [https://github.com/kylejlin/explain-xkcd on GitHub], under the {{w|MIT License}}.
 +
 +
== See also ==
 +
 +
* [[Browser helpers]]

Revision as of 01:25, 29 September 2020


The Explain xkcd Chrome Extension is an open source Chrome extension that allows users to navigate from xkcd.com to the corresponding wiki entry by just clicking a button.

Installation

The extension can be installed here.

Usage

When viewing a comic on xkcd.com, click the Black Hat icon at the top right (where all the extension icons are located), and the explanation will be opened in a new tab.

Contributing

The source can be found on GitHub, under the MIT License.

See also