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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        🅱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"
            ]
        }
    ]
}