Honyaku x Kensaku

This app will speak your sentence or word, and you can search them on translation sites.

Vad är Honyaku x Kensaku?

Honyaku x Kensaku är en Chrome-tillägg utvecklad av https://www.pre-practice.com, och dess huvudfunktion är "This app will speak your sentence or word, and you can search them on translation sites.".

Tilläggsskärmbilder

screenshot

Ladda ner Honyaku x Kensaku-förlängningens CRX-fil

Ladda ner Honyaku x Kensaku-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        「▶」
Play the sentence or word you typed

Google
「Search」= normal search
「"Search"」=exact words in that exact order

Translation Sites
jump to the site with the text


Languages
English, Spanish, French, Italian, German, Japanese, Korean, Chinese


This is for the people who are learning foreign languages.

Update:
version 2.0
2015/09/06                    

Grundläggande Information om Tillägg

Namn Honyaku x Kensaku Honyaku x Kensaku
ID hcbicenamejfimeaodhkldgbhnnhbdgb
Officiell webbadress https://chromewebstore.google.com/detail/honyaku-x-kensaku/hcbicenamejfimeaodhkldgbhnnhbdgb
Beskrivning This app will speak your sentence or word, and you can search them on translation sites.
Filstorlek 8.48 MB
Antal Installationer 258
Aktuell Version 2.0.8
Senast Uppdaterad 2015-09-13
Publiceringsdatum 2015-09-13
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare https://www.pre-practice.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.pre-practice.com/honsaku.html
Stödda Språk en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "ja",
    "version": "2.0.8",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "OpenSite"
    }
}