B-ify
What's boppin
B-ifyとは何ですか?
B-ifyはpatrickjltによって開発されたChromeの拡張機能で、その主な機能は「What's boppin」です。
拡張機能のスクリーンショット
B-ify拡張機能のCRXファイルをダウンロード
B-ify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A Chrome extension that replaces occurences of "b" or "B" on the current webpage with the appropriate emoji.
拡張機能の基本情報
名前 | B-ify |
ID | ijkdkjljgbokflfcmjmipiibdhcfahji |
公式URL | https://chromewebstore.google.com/detail/b-ify/ijkdkjljgbokflfcmjmipiibdhcfahji |
説明 | What's boppin |
ファイルサイズ | 3.51 KB |
インストール数 | 23 |
現在のバージョン | 1.0 |
最終更新日 | 2017-10-06 |
公開日 | 2017-10-05 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | patrickjlt |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "B-ify", "description": "What's boppin", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ] } |