Memeify (🅱)
Replace all instances of 'b' with 🅱.
Memeify (🅱)とは何ですか?
Memeify (🅱)はshivrustagi221によって開発されたChromeの拡張機能で、その主な機能は「Replace all instances of 'b' with 🅱.」です。
拡張機能のスクリーンショット
Memeify (🅱)拡張機能のCRXファイルをダウンロード
Memeify (🅱)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Memeify the current page you're on by replaceing B with 🅱. 拡張機能の基本情報
| 名前 | |
| ID | gkofcfjlmdaihnidnekkdekjfdcjaadg |
| 公式URL | https://chromewebstore.google.com/detail/memeify-%F0%9F%85%B1/gkofcfjlmdaihnidnekkdekjfdcjaadg |
| 説明 | Replace all instances of 'b' with 🅱. |
| ファイルサイズ | 3.29 KB |
| インストール数 | 190 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2017-09-17 |
| 公開日 | 2017-09-17 |
| 評価 | 3.67/5 合計 3 レビュー |
| 開発者 | shivrustagi221 |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Memeify (\ud83c\udd71)",
"description": "Replace all instances of 'b' with \ud83c\udd71.",
"version": "1.1",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |