Translate Now!

You can translate all into English from all languages

Wat is Translate Now!?

Translate Now! is een Chrome-extensie ontwikkeld door hitrick84, en de belangrijkste functie is "You can translate all into English from all languages".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Translate Now!

Download Translate Now!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Use this ext for translate all words from Russian&English languages uses Yandex API                    

Basisinformatie over de Extensie

Naam Translate Now! Translate Now!
ID cljgnbohbmlnhclcpmjpbihcpieegiae
Officiële URL https://chromewebstore.google.com/detail/translate-now/cljgnbohbmlnhclcpmjpbihcpieegiae
Beschrijving You can translate all into English from all languages
Bestandsgrootte 22.79 KB
Aantal Installaties 90
Huidige Versie 0.0.1
Laatst Bijgewerkt 2016-01-30
Publicatiedatum 2016-01-30
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar hitrick84
Betalingswijze free
Extensiewebsite http://webmaster40.ru
Ondersteunde Talen ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Translate Now!",
    "description": "You can translate all into English from all languages",
    "version": "0.0.1",
    "content_security_policy": "script-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}