Skip to content

Commit

Permalink
Versão 9.7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipePS committed Apr 18, 2023
1 parent 6fced7b commit a477a50
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const zip = require("gulp-zip");
const babel = require("gulp-babel");
const sourcemaps = require("gulp-sourcemaps");

const mappath = "../maps/9.7.0.2"
const mappath = "../maps/9.7.0.3"
const mapconfig = {sourceMappingURLPrefix: "https://raw.githubusercontent.com/FilipePS/TWP---Source-Maps/main"}
//const mapconfig = null

Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Translate your page in real time using Google or Yandex.

#### Chromium based browsers

1. Download [this file](https://github.com/FilipePS/Traduzir-paginas-web/releases/download/v9.7.0.2/TWP.9.7.0.2.Chromium.zip), or any [other version](https://github.com/FilipePS/Traduzir-paginas-web/releases)
1. Download [this file](https://github.com/FilipePS/Traduzir-paginas-web/releases/download/v9.7.0.3/TWP.9.7.0.3.Chromium.zip), or any [other version](https://github.com/FilipePS/Traduzir-paginas-web/releases)
2. Extract the zip file
3. Open your browser's extension manager
4. Activate developer mode
5. Load the extension with the option "Load unpacked"
- Note: You can also install via [crx file](https://github.com/FilipePS/Traduzir-paginas-web/releases/download/v9.7.0.2/TWP.9.7.0.2.crx), download the file using a download manager/or firefox. Activate developer mode and drag the file into the chromium extension manager. It doesn't work on Chrome/Edge.
- Note: You can also install via [crx file](https://github.com/FilipePS/Traduzir-paginas-web/releases/download/v9.7.0.3/TWP.9.7.0.3.crx), download the file using a download manager/or firefox. Activate developer mode and drag the file into the chromium extension manager. It doesn't work on Chrome/Edge.

## Screenshots
| Menu 1 | Menu 2 | Translated |
Expand Down
2 changes: 1 addition & 1 deletion src/chrome_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"default_locale": "en",
"name": "TWP - Translate Web Pages",
"description": "__MSG_extensionDescription__",
"version": "9.7.0.2",
"version": "9.7.0.3",
"homepage_url": "https://github.com/FilipePS/Traduzir-paginas-web",
"update_url": "https://raw.githubusercontent.com/FilipePS/Traduzir-paginas-web/master/updates.xml",
"commands": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"default_locale": "en",
"name": "TWP - Translate Web Pages",
"description": "__MSG_extensionDescription__",
"version": "9.7.0.2",
"version": "9.7.0.3",
"homepage_url": "https://github.com/FilipePS/Traduzir-paginas-web",
"browser_specific_settings": {
"gecko": {
Expand Down
2 changes: 1 addition & 1 deletion updates.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='bolggfoncklhniejomgplkjcllmnonbh'>
<updatecheck codebase='https://github.com/FilipePS/Traduzir-paginas-web/releases/download/v9.7.0.2/TWP.9.7.0.2.crx' version='9.7.0.2' status='ok' />
<updatecheck codebase='https://github.com/FilipePS/Traduzir-paginas-web/releases/download/v9.7.0.3/TWP.9.7.0.3.crx' version='9.7.0.3' status='ok' />
</app>
</gupdate>

0 comments on commit a477a50

Please sign in to comment.