Power JoJo
Activate Manga Sound Effect like JoJo
Power JoJoとは何ですか?
Power JoJoはmatzkohによって開発されたChromeの拡張機能で、その主な機能は「Activate Manga Sound Effect like JoJo」です。
拡張機能のスクリーンショット
Power JoJo拡張機能のCRXファイルをダウンロード
Power JoJo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The effect will be displayed when you type on the keyboard.
See screenshots.
* Manga Sound Effect is a manga expression of onomatopoeia. It is not a sound extension.
キーボード入力時にジョジョっぽいエフェクトが発動します。 拡張機能の基本情報
| 名前 | |
| ID | jmbpbefdpfhenpmkomolgmnhnpnbbchj |
| 公式URL | https://chromewebstore.google.com/detail/power-jojo/jmbpbefdpfhenpmkomolgmnhnpnbbchj |
| 説明 | Activate Manga Sound Effect like JoJo |
| ファイルサイズ | 91.77 KB |
| インストール数 | 617 |
| 現在のバージョン | 1.1.1 |
| 最終更新日 | 2022-02-22 |
| 公開日 | 2019-01-23 |
| 評価 | 3.86/5 合計 7 レビュー |
| 開発者 | matzkoh |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/matzkoh/chrome-power-jojo |
| ヘルプページのURL | https://github.com/matzkoh/chrome-power-jojo/issues |
| 対応言語 | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Power JoJo",
"version": "1.1.1",
"description": "Activate Manga Sound Effect like JoJo",
"icons": {
"128": "assets\/image\/icon.png"
},
"background": {
"persistent": false,
"scripts": [
"store\/index.js",
"background\/index.js"
]
},
"browser_action": {
"default_icon": {
"256": "assets\/image\/icon.png"
},
"default_popup": "popup\/index.html"
},
"content_scripts": [
{
"css": [
"content\/index.css"
],
"js": [
"store\/index.js",
"content\/index.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"permissions": [
"storage"
],
"options_ui": {
"page": "popup\/index.html",
"chrome_style": true
},
"web_accessible_resources": [
"content\/shadow.css",
"assets\/font\/*",
"assets\/image\/*"
],
"manifest_version": 2
} | |