Top Games Tab
Top Games Tab for Chrome
Top Games Tabとは何ですか?
Top Games Tabはsocialappshortcutによって開発されたChromeの拡張機能で、その主な機能は「Top Games Tab for Chrome」です。
拡張機能のスクリーンショット
Top Games Tab拡張機能のCRXファイルをダウンロード
Top Games Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Top games tab extension allows quickly open your favorite game from the new tab!
Top games tab includes a search bar and a user-friendly design for better new tab page experience.
Need only one click for starting enjoying with your favorite games. 拡張機能の基本情報
| 名前 | |
| ID | pjgjecnhdoljmjhimmockhjlepnejcpj |
| 公式URL | https://chromewebstore.google.com/detail/top-games-tab/pjgjecnhdoljmjhimmockhjlepnejcpj |
| 説明 | Top Games Tab for Chrome |
| ファイルサイズ | 153 KB |
| インストール数 | 150 |
| 現在のバージョン | 0.6.8 |
| 最終更新日 | 2020-08-20 |
| 公開日 | 2020-07-27 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | socialappshortcut |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"default_locale": "en",
"name": "__MSG_extname__",
"description": "__MSG_extdesc__",
"icons": {
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"64": "images\/icon64.png",
"128": "images\/icon128.png"
},
"default_title": "__MSG_extname__"
},
"chrome_url_overrides": {
"newtab": "main.html"
},
"minimum_chrome_version": "49",
"permissions": [
"storage"
],
"background": {
"scripts": [
"scripts\/background.js"
],
"persistent": false
},
"version": "0.6.8"
} | |