Edenhofer / Lookup

lookup anything in Wikipedia, Dict.cc, ArchWiki or Duden without interrupting your browsing experience

Home Page:https://chrome.google.com/webstore/detail/lookup/elhkiakfoenfobnemdpadlepcleaekcd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lookup Chrome Extension

This extension helps you to lookup anything in Wikipedia , Dict.cc, ArchWiki or Duden without interrupting your browsing experience.


The idea behind the structure of this repository

The root folder contains a sub-directory in which the actual extension with all of it files is saved. Therefore the root folder can hold additional files like screenshots, git-hooks or a documentation without hindering the user to easily create a working .crx through Chrome.

Commands

  • Adding git-hooks (through bash)
for hook in "$(git rev-parse --show-toplevel)"/*.hook; do
	(cd "$(git rev-parse --show-toplevel)"
		ln -s "../../$(basename ${hook})" ".git/hooks/$(basename ${hook%.hook})");
done

Hooks

  • pre-commit

Reject whitespace errors and auto-generate a zip file ready to upload to the Developer Dashboard.

Author

Gordian Edenhofer

License

Unless otherwise stated, the files in this project may be distributed under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This work is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See version 2 and [version 3] (https://www.gnu.org/copyleft/gpl-3.0.html) of the GNU General Public License for more details.

About

lookup anything in Wikipedia, Dict.cc, ArchWiki or Duden without interrupting your browsing experience

https://chrome.google.com/webstore/detail/lookup/elhkiakfoenfobnemdpadlepcleaekcd


Languages

Language:JavaScript 81.4%Language:HTML 15.4%Language:Shell 3.0%Language:CSS 0.2%