Avro (অভ্র) for Chrome

Avro extension for chrome . Write bangla instantly.

Avro (অভ্র) for Chromeคืออะไร?

Avro (অভ্র) for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Salman Hossain Saif และคุณลักษณะหลักของมันคือ "Avro extension for chrome . Write bangla instantly."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Avro (অভ্র) for Chrome

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

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

                        Avro (অভ্র) for Chrome . Write Bangla instantly.
Avro (অভ্র) extension for chrome works with any chromium based browser that supports installing extensions from chrome web store.

v1.2.7
--------------------------
- switched to activeTab permission to better comply with chrome security policy.

v1.2.6
--------------------------
- Permission issue fix.

v1.2.5
--------------------------
- Added dark mode. 

v1.2.4:
--------------------------
Introducing iconic "Avro Font Fixer". Now you can apply default Bangla font and fix Bangla font problem in Chrome.


Features:
--------------------------
- It works **offline**.
- It's **fast and instant**, there is no round trip delay for processing every word you type.
- You can apply default Bangla font and fix Bangla font problem in Chrome.
- Save up to **"5 Draft Items"** for later use. 
- It values privacy. Whatever you write or save in the drafts don't leave your browser unless you want them to.
- Drafts are only saved locally on your machine and not being sent anywhere. 
- It doesn’t collect any of your personal info, including your IP address. even no analytics code  has been put in the code explicitly. 
- It's open source. Google deprecated its transliteration API service on May 26, 2011, and it may not be available after 3 years since the announcement. As a developer, you are free to integrate Avro (অভ্র) for Chrome in your application under the terms of MPL 2.0. We hate vendor locking as much as you do.


Contributors
--------------------------
- Sarim Khan
- Rifat Nabi
- Mehdi Hasan
- Tanbin Islam Siyam
- Salman Hossain Saif

License
--------------------------
Avro (অভ্র) for Chrome is licensed under Mozilla Public License 2.0 (“MPL”), an open source/free software license.

Submit Issues
--------------------------
Create Issues at https://github.com/saif71/avro-for-chromium/issues

Github Repo
--------------------------
https://github.com/saif71/avro-for-chromium/                    

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

ชื่อ Avro (অভ্র) for Chrome Avro (অভ্র) for Chrome
ID lhkaiconcchjcnnikjdphljgfpjelpnj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/avro-%E0%A6%85%E0%A6%AD%E0%A7%8D%E0%A6%B0-for-chrome/lhkaiconcchjcnnikjdphljgfpjelpnj
คำอธิบาย Avro extension for chrome . Write bangla instantly.
ขนาดไฟล์ 1.01 MB
จำนวนการติดตั้ง 9,380
เวอร์ชันปัจจุบัน 1.2.7
อัปเดตครั้งล่าสุด 2021-07-23
วันที่เผยแพร่ 2020-05-23
คะแนน 4.88/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา Salman Hossain Saif
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/saif71/avro-for-chromium/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Avro",
        "default_icon": {
            "128": "images\/i128.png",
            "32": "images\/i32.png",
            "16": "images\/i16.png"
        }
    },
    "icons": {
        "128": "images\/i128.png",
        "32": "images\/i32.png",
        "16": "images\/i16.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "vendor\/jquery\/dist\/jquery.js",
            "vendor\/Caret.js\/src\/jquery.caret.js",
            "vendor\/jquery.atwho\/dist\/js\/jquery.atwho.js",
            "vendor\/jquery-autosize\/jquery.autosize.js",
            "vendor\/jquery-touchswipe\/jquery.touchSwipe.js",
            "vendor\/device.js\/lib\/device.js",
            "js\/avro.min.js",
            "js\/main.js",
            "js\/misc.js",
            "js\/options.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/fontfix.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "name": "Avro (\u0985\u09ad\u09cd\u09b0) for Chrome",
    "short_name": "Avro(\u0985\u09ad\u09cd\u09b0)",
    "version": "1.2.7",
    "description": "Avro extension for chrome . Write bangla instantly."
}