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はomniscienceによって開発された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…」です。

拡張機能のスクリーンショット

screenshot
screenshot

B拡張機能のCRXファイルをダウンロード

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