Skip to content

Commit

Permalink
Cleaning up for future Firefox support
Browse files Browse the repository at this point in the history
  • Loading branch information
BoringCode committed Aug 15, 2015
1 parent a5d265c commit c53184a
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 11 deletions.
File renamed without changes
18 changes: 10 additions & 8 deletions package.json
@@ -1,13 +1,15 @@
{
"name": "translatethis",
"title": "Translate This!",
"id": "jid0-k75TfRGfOXPHfEZmJ9cKu5eCgLc",
"description": "Translate the whole entire page or just a selection using Google Translate.",
"author": "BoringCode",
"author": "Bradley Rosenfeld",
"url": "https://github.com/BoringCode/TranslateThis",
"license": "MPL 2.0",
"version": "4.0",
"fullName": "Translate This!",
"id": "jid0-k75TfRGfOXPHfEZmJ9cKu5eCgLc",
"name": "translate-this",
"icon": "./data/icon.png",
"license": "MPL-2.0",
"version": "4.0.0",
"main": "lib/main.js",
"permissions": ["multiprocess"],
"icon": "icon.png",
"preferences": [
{
"name": "newTab",
Expand All @@ -16,8 +18,8 @@
"value": true
},
{
"description": "Keyboard shortcut used to translate current page.",
"name": "keyCode",
"description": "Keyboard shortcut used to translate current page.",
"type": "string",
"value": "t",
"title": "Keyboard Shortcut (CTRL+ALT+Your Key)"
Expand Down
43 changes: 40 additions & 3 deletions readme.md
@@ -1,5 +1,42 @@
##Translate This!
#[Translate This!](https://addons.mozilla.org/en-US/firefox/addon/translate-this/) (v4.0.0) <img src="https://raw.githubusercontent.com/BoringCode/TranslateThis/master/icon.png" alt="Icon" align="right" height="48"/>

Easily translate the text of any page.
Translate the whole entire page or just a selection using [Google Translate](http://translate.google.com).

[AMO Entry](https://addons.mozilla.org/en-US/firefox/addon/translate-this/)
This addon is written with the Firefox [Addon SDK](https://wiki.mozilla.org/Labs/Jetpack).

##Features

- Convenient toolbar button to translate the entire page.
- Translate links, text, or the current page with the click of a button.
- Choose your default language to translate to.
- Open translations in a new tab, or in the same tab

##Development

Install jpm (jetpack manager) using npm

```
npm install jpm -g
```

Test Translate This! with a blank Firefox profile

```
jpm run
```

Export XPI (for distribution)

```
jpm xpi
```

##How can I help?

- [Report issues](https://github.com/BoringCode/TranslateThis/issues).
- Help with active development. [Submit a pull request](https://github.com/BoringCode/TranslateThis/pulls).

###License
Licensed under the [Mozilla Public License version 2.0](https://www.mozilla.org/MPL/2.0/)

A project by [Bradley Rosenfeld](http://bradleyrosenfeld.com)
Binary file removed xpi/translate-this-3.0.1.xpi
Binary file not shown.
Binary file removed xpi/translate-this-3.0.2.xpi
Binary file not shown.
Binary file removed xpi/translate-this-3.0.3.xpi
Binary file not shown.
Binary file removed xpi/translate-this-3.0.xpi
Binary file not shown.

0 comments on commit c53184a

Please sign in to comment.