Top Games Tab

Top Games Tab for Chrome

什么是Top Games Tab?

Top Games Tab是由socialappshortcut开发的Chrome扩展程序,该扩展的主要功能是“Top Games Tab for Chrome”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Top Games Tab Top Games Tab
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
电子邮箱 [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"
}