bLeengo

bLeengo - Input & Productivity assistant for multi-language bilingual users

bLeengoคืออะไร?

bLeengo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bleengo.com และคุณลักษณะหลักของมันคือ "bLeengo - Input & Productivity assistant for multi-language bilingual users"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย bLeengo

ดาวน์โหลดไฟล์ส่วนขยาย bLeengo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        bLeengo - Input & Productivity search assistant for multi-language users

Today a large percentage of the online population is multi-lingual and a majority of them use more than one alphabet set (example: Russian-English speakers use Cyrillic and Latin).This causes many inconveniences when typing, searching, and constantly switching between input languages.

bLeengo is a productivity tool that addresses an online issue multi-lingual users encounter daily, the simple act of term look-up. A Chinese term, for example, is easier to lookup on a Chinese search engine while Cyrillic is easier on a Russian one. bLeengo automatically switches the search engine based on the language input. This removes the needed to constantly switch back and forth and provides more relevant localized search results.

In this version:
- Automatically changes the search engine to the most relevant one, based on the current input language
- Out of the box functionality with no set-up
- Support of auto-localization of Japanese, Chinese, Cyrillic, Hebrew, and Arabic
- Mapping display

We're in Beta, so, please, contact us at bLeengo.com if you'd like to contribute code or help the project in any other way.

Terms of Use & Privacy Policy: https://www.bleengo.com/privacy                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ bLeengo bLeengo
ID efdmgiefkjoeojimhapfekhndopbphbg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bleengo/efdmgiefkjoeojimhapfekhndopbphbg
คำอธิบาย bLeengo - Input & Productivity assistant for multi-language bilingual users
ขนาดไฟล์ 38.88 KB
จำนวนการติดตั้ง 7,473
เวอร์ชันปัจจุบัน 1.1.13
อัปเดตครั้งล่าสุด 2023-02-15
วันที่เผยแพร่ 2020-02-27
คะแนน 3.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://bleengo.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://bleengo.com/
URL หน้าช่วยเหลือ https://www.bleengo.com/privacy
URL หน้านโยบายความเป็นส่วนตัว https://www.bleengo.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "web_accessible_resources": [
        {
            "resources": [
                "popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "Customization Settings",
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "short_name": "bLeengo",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "description": "bLeengo - Input & Productivity assistant for multi-language bilingual users",
    "name": "bLeengo",
    "version": "1.1.13",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_settings_overrides": {
        "search_provider": {
            "alternate_urls": [],
            "image_url_post_params": "",
            "suggest_url": "",
            "search_url": "https:\/\/search.bleengo.com\/?bli&edi=efdm&q={searchTerms}",
            "name": "bleengo",
            "keyword": "bleengo",
            "encoding": "UTF-8",
            "instant_url": "",
            "suggest_url_post_params": "",
            "is_default": true,
            "favicon_url": "https:\/\/bleengo.com\/extfavicon.ico",
            "image_url": "https:\/\/search.bleengo.com\/?bli&edi=efdm&q={searchTerms}",
            "instant_url_post_params": "",
            "search_url_post_params": ""
        }
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "cookies",
        "alarms"
    ]
}