Skip to content

Commit

Permalink
Merge branch 'develop' with directory structure changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
olegskl committed Jun 12, 2013
2 parents 59485ff + 33a7527 commit 8ad7ee0
Show file tree
Hide file tree
Showing 22 changed files with 19 additions and 39 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extension.zip merge=theirs
21 changes: 0 additions & 21 deletions .gitignore

This file was deleted.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="/src/images/icon_48.png" align="absmiddle"> Invasive Kanji
# <img src="/extension/images/icon_48.png" align="absmiddle"> Invasive Kanji

"Invasive Kanji" is a free and open-source Google Chrome extension for people who lack motivation or time to learn Japanese. Once installed and enabled, this extension will *make* you study kanji and/or kana as you browse the Internet.

Expand All @@ -8,10 +8,10 @@ There are many features planned ahead. If you have suggestions or problems using

### Installation

1. Download the [latest beta](https://github.com/olegskl/invasive-kanji/archive/master.zip) (recommended) or the [development version](https://github.com/olegskl/invasive-kanji/archive/develop.zip) of the repository.
1. Download the [latest beta](https://github.com/olegskl/invasive-kanji/blob/master/extension.zip?raw=true) (recommended) or the [development version](https://github.com/olegskl/invasive-kanji/blob/develop/extension.zip?raw=true) of the repository.
2. Unarchive the downloaded file to your preferred location (whichever suits you).
3. Using Google Chrome browser, navigate to chrome://extensions/ and enable "Developer mode" in the upper right corner.
4. Click on the <kbd>Load unpacked extension...</kbd> button, browse to the **src/** directory within the unarchived repository directory and confirm.
3. Using **Google Chrome** browser, navigate to chrome://extensions/ and enable "Developer mode" in the upper right corner.
4. Click on the <kbd>Load unpacked extension...</kbd> button, browse to the unarchived directory and confirm.

If you have completed the above steps, the "options" page will open indicating successfull installation of the extension. Start browsing the Internet and learning Japanese at the same time.

Expand Down
20 changes: 10 additions & 10 deletions datagen/dictionaries/kanjidic

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion datagen/dictionaries/kanjidic.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion datagen/settings-assembly.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"destinationFilePath": "../src/dictionary.json",
"destinationFilePath": "../extension/dictionary.json",
"sources": [
{
"dictionaryName": "hiragana",
Expand Down
Binary file added extension.zip
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions extension/dictionary.json

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion src/manifest.json → extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Invasive kanji",
"version": "0.5.0",
"version": "0.6.0",
"manifest_version": 2,
"description": "An invasive way to learn kanji.",
"icons": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion src/dictionary.json

This file was deleted.

0 comments on commit 8ad7ee0

Please sign in to comment.