Anime Tab
Replace your new tab with an epic anime GIF!
Anime Tabとは何ですか?
Anime Tabはkkatongoによって開発されたChromeの拡張機能で、その主な機能は「Replace your new tab with an epic anime GIF!」です。
拡張機能のスクリーンショット
Anime Tab拡張機能のCRXファイルをダウンロード
Anime Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replace your new tab with an epic anime GIF! Choose from One Piece, One Punch Man, Bleach, Full Metal Alchemist, Fairy Tail and more. Click on the pulsing gear icon to switch between animes.
拡張機能の基本情報
名前 | Anime Tab |
ID | kjhgklhkbgdnehklbbjjliggpfclinan |
公式URL | https://chromewebstore.google.com/detail/anime-tab/kjhgklhkbgdnehklbbjjliggpfclinan |
説明 | Replace your new tab with an epic anime GIF! |
ファイルサイズ | 1.76 MB |
インストール数 | 349 |
現在のバージョン | 1.0.6 |
最終更新日 | 2018-12-16 |
公開日 | 2018-12-16 |
評価 | 3.54/5 合計 26 レビュー |
開発者 | kkatongo |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anime Tab", "description": "Replace your new tab with an epic anime GIF!", "version": "1.0.6", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": ".\/images\/logo.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'" } |