YU-GI-OH! New Tab
Show a random YU-GI-OH! card on your new tab screen.
YU-GI-OH! New Tabとは何ですか?
YU-GI-OH! New TabはIronman Softwareによって開発されたChromeの拡張機能で、その主な機能は「Show a random YU-GI-OH! card on your new tab screen.」です。
拡張機能のスクリーンショット
YU-GI-OH! New Tab拡張機能のCRXファイルをダウンロード
YU-GI-OH! New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Show a random YU-GI-OH! card on your new tab screen.
拡張機能の基本情報
名前 | YU-GI-OH! New Tab |
ID | eekjnlfmiobkpeoabfnacobehidgpobk |
公式URL | https://chromewebstore.google.com/detail/yu-gi-oh-new-tab/eekjnlfmiobkpeoabfnacobehidgpobk |
説明 | Show a random YU-GI-OH! card on your new tab screen. |
ファイルサイズ | 1.37 MB |
インストール数 | 36 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-09-30 |
公開日 | 2020-09-30 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | Ironman Software |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YU-GI-OH! New Tab", "description": "Show a random YU-GI-OH! card on your new tab screen.", "version": "1.0.0", "manifest_version": 2, "permissions": [ "tabs", "https:\/\/db.ygoprodeck.com\/*", "https:\/\/fonts.googleapis.com\/*", "https:\/\/storage.googleapis.com\/*" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "tab\/tab.html" } } |