Budane - Translator, Dictionary

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

Vad är Budane - Translator, Dictionary?

Budane - Translator, Dictionary är en Chrome-tillägg utvecklad av barisvelioglu, och dess huvudfunktion är "Highlight the word you want to translate only once, budane will show its translation to you without asking it anymore!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Budane - Translator, Dictionary-förlängningens CRX-fil

Ladda ner Budane - Translator, Dictionary-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

                        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                    

Grundläggande Information om Tillägg

Namn Budane - Translator, Dictionary Budane - Translator, Dictionary
ID aekhalenfjpeoabniecihfjmdjohbdho
Officiell webbadress https://chromewebstore.google.com/detail/budane-translator-diction/aekhalenfjpeoabniecihfjmdjohbdho
Beskrivning Highlight the word you want to translate only once, budane will show its translation to you without asking it anymore!
Filstorlek 93.16 KB
Antal Installationer 341
Aktuell Version 1.4
Senast Uppdaterad 2020-02-12
Publiceringsdatum 2020-02-10
Betyg 5.00/5 Totalt 20 Betyg
Utvecklare barisvelioglu
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://budane.net
Hjälpsida URL https://budane.net/terms
URL till Sekretesspolicy Sidan https://budane.net/privacy
Stödda Språk 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"
            ]
        }
    ]
}