Budane - Translator, Dictionary

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

Budane - Translator, Dictionary क्या है?

Budane - Translator, Dictionary barisvelioglu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight the word you want to translate only once, budane will show its translation to you without asking it anymore!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Budane - Translator, Dictionary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Budane - Translator, Dictionary Budane - Translator, Dictionary
ID aekhalenfjpeoabniecihfjmdjohbdho
आधिकारिक URL https://chromewebstore.google.com/detail/budane-translator-diction/aekhalenfjpeoabniecihfjmdjohbdho
विवरण Highlight the word you want to translate only once, budane will show its translation to you without asking it anymore!
फ़ाइल का आकार 93.16 KB
स्थापना संख्या 341
वर्तमान संस्करण 1.4
अंतिम अपडेट 2020-02-12
प्रकाशन तिथि 2020-02-10
रेटिंग 5.00/5 कुल 20 रेटिंग्स
डेवलपर barisvelioglu
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://budane.net
सहायता पृष्ठ URL https://budane.net/terms
गोपनीयता नीति पृष्ठ URL https://budane.net/privacy
समर्थित भाषाएँ 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"
            ]
        }
    ]
}