B

🅱urf the we🅱 in 🅱tyle. Replaces all the B's on the pages you visit with 🅱. Updates: v0.1.2 - Settings menu to dynamically…

ما هو B؟

B هو إضافة Chrome تم تطويرها بواسطة omniscience، والميزة الرئيسية لها هي "🅱urf the we🅱 in 🅱tyle. Replaces all the B's on the pages you visit with 🅱. Updates: v0.1.2 - Settings menu to dynamically…".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة B

قم بتنزيل ملفات الامتداد B بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        🅱urf the we🅱 in 🅱tyle.

Replaces all the B's on the pages you visit with 🅱.



Updates:

v0.1.2
- Settings menu to dynamically enable/disable.
- Fixed some issues with input areas that are non-input elements with contentEditable set.

v0.1.1
- Basic functionality on page load.                    

معلومات أساسية عن التمديد

الاسم B B
ID dkhnigliajfonnhdgdgkcceknciijlhp
عنوان URL الرسمي https://chromewebstore.google.com/detail/b/dkhnigliajfonnhdgdgkcceknciijlhp
الوصف 🅱urf the we🅱 in 🅱tyle. Replaces all the B's on the pages you visit with 🅱. Updates: v0.1.2 - Settings menu to dynamically…
حجم الملف 29.86 KB
عدد التثبيتات 699
النسخة الحالية 0.1.2
آخر تحديث 2018-01-12
تاريخ النشر 2018-01-12
تقييم 4.12/5 مجموع تقييمات 86
المطور omniscience
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "B",
    "version": "0.1.2",
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "B",
        "default_popup": "src\/B-popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "page": "src\/B-background.html",
        "scripts": []
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/B-content.js"
            ]
        }
    ]
}