Budane - Translator, Dictionary

Highlight the word you want to translate only once, budane will show its translation to you without asking it anymore!

O que é Budane - Translator, Dictionary?

Budane - Translator, Dictionary é uma extensão do Chrome desenvolvida por barisvelioglu, e sua principal característica é "Highlight the word you want to translate only once, budane will show its translation to you without asking it anymore!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Budane - Translator, Dictionary

Baixe arquivos de extensão Budane - Translator, Dictionary no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Aren't you bored to look translations of same words again and again ? 

Budane is changing the way of translators !

1 - Highlight the word you want translate
2 - Budane will show its translation as inline

This is what all applications are doing. So what budane does different ?

While you are visiting any website, the words you highlighted before will automatically show up with its translations.

If you are sure to not need to see its translation anymore, just double click the translation! That's all.

Budane translates from English to the following languages:

- Turkish
- Spanish
- French 
- German 

Other languages will be ready soon!

Happy readings!

Thank you for using this Chrome extension. 

Feel free to share it with your Facebook Messenger and Whatsapp friends.

To see the terms of service please visit https://budane.net/terms

BUDANE

Version 1.4 Changes

- Performance is increased
- CSS crash is fixed                    

Informações Básicas da Extensão

Nome Budane - Translator, Dictionary Budane - Translator, Dictionary
ID aekhalenfjpeoabniecihfjmdjohbdho
URL Oficial https://chromewebstore.google.com/detail/budane-translator-diction/aekhalenfjpeoabniecihfjmdjohbdho
Descrição Highlight the word you want to translate only once, budane will show its translation to you without asking it anymore!
Tamanho do Arquivo 93.16 KB
Contagem de Instalações 341
Versão Atual 1.4
Última Atualização 2020-02-12
Data de Publicação 2020-02-10
Classificação 5.00/5 Total de 20 Avaliações
Desenvolvedor barisvelioglu
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://budane.net
URL da Página de Ajuda https://budane.net/terms
URL da Página de Política de Privacidade https://budane.net/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Budane - Translator, Dictionary",
    "version": "1.4",
    "description": "Highlight the word you want to translate only once, budane will show its translation to you without asking it anymore!",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "declarativeContent",
        "storage",
        "https:\/\/budane.net\/*"
    ],
    "icons": {
        "16": "images\/budane_16.png",
        "32": "images\/budane_32.png",
        "48": "images\/budane_48.png",
        "128": "images\/budane_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/budane_16.png",
            "32": "images\/budane_32.png",
            "48": "images\/budane_48.png",
            "128": "images\/budane_128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "scripts.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "css": [
                "budane.min.css"
            ],
            "matches": [
                ""
            ],
            "exclude_globs": [
                "*google*"
            ],
            "exclude_matches": [
                "https:\/\/*.google.com\/*",
                "https:\/\/*.budane.net\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ]
}