aboutsummaryrefslogtreecommitdiff
path: root/ext/background.html
blob: 09a217794e7f946fceb961f907fd7b4c36323d80 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html lang="en">
<body>
    <script src="lib/jquery-2.2.2.min.js"></script>
    <script src="jp/dictionary.js"></script>
    <script src="jp/deinflector.js"></script>
    <script src="jp/translator.js"></script>
    <script src="jp/api.js"></script>
</body>
</html>