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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlight the word you want to translate only once, budane will show its translation to you without asking it anymore!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Budane - Translator, Dictionary 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}